linux/drivers/usb/gadget
David Brownell 907cba35f7 [PATCH] USB: ethernet gadget updates (mostly cleanup)
Some cleanup for the the Ethernet part of the Ethernet/RNDIS gadget driver:

  - Remove remnants of ancient endpoint init logic; this is simpler, clearer

  - Save a smidgeon of space in the object file

  - Get rid of some #ifdeffery, mostly by using some newish inlines

  - Reset more driver state as part of USB reset

  - Remove a needless wrapper around an RNDIS call

  - Improve and comment the status interrupt handling:
      * RNDIS sometimes needs to queue these transfers (rarely in normal
        cases, but reproducibly while Windows was deadlocking its USB stack)
      * Mark requests as busy/not

  - Enable the SET_NETDEV_DEV() call; sysfs seems to behave sanely now

This is a net shrink of source code.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-27 14:43:50 -07:00
..
config.c
dummy_hcd.c [PATCH] USB HCDs: no longer need to register root hub 2005-06-27 14:43:49 -07:00
epautoconf.c
ether.c [PATCH] USB: ethernet gadget updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
file_storage.c [PATCH] USB: g_file_storage: export "stall" parameter 2005-06-27 14:43:40 -07:00
gadget_chips.h
goku_udc.c
goku_udc.h
inode.c
Kconfig
lh7a40x_udc.c
lh7a40x_udc.h
Makefile
ndis.h [PATCH] USB: rndis updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
net2280.c
net2280.h
omap_udc.c [PATCH] USB: omap_udc updates (mostly cleanups) 2005-06-27 14:43:41 -07:00
omap_udc.h
pxa2xx_udc.c
pxa2xx_udc.h
rndis.c [PATCH] USB: rndis updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
rndis.h [PATCH] USB: rndis updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
serial.c
usbstring.c
zero.c