| commit | 822e14ac222d1dad3f5393b75603f0455aebbefc | [log] [tgz] |
|---|---|---|
| author | David Brownell <david-b@pacbell.net> | Mon Jun 13 06:55:03 2005 -0700 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 27 14:44:04 2005 -0700 |
| tree | 1e9a088a05c1abfe31b905fb6cc42c8a13818871 | |
| parent | e3bc8b4e00d0ce219165d469409f2770698574f6 [diff] |
[PATCH] USB: resolve ethernet gadget build glitch on pxa
This fixes a build error on pxa25x processes with pxa2xx_udc and
CONFIG_USB_ETH=m
# CONFIG_USB_ETH_RNDIS is not set
The error is because on that CPU there's no status transfer support
except with RNDIS. Workaround, enable the RNDIS support too.
Signed-off-by: Ian Campbell <icampbell@arcom.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>