linux/drivers/usb/gadget
David Brownell 6cdee106e7 [PATCH] usb gadget: ethernet/rndis updates
Updates to the Ethernet/RNDIS gadget driver (mostly for RNDIS):

  - Fix brown-paper bag goof with RNDIS packet TX ... the wrong length
    field got set, so Windows would ignore data packets it received.

  - More consistent handling of CDC output filters (but not yet hooking
    things up so RNDIS uses the mechanism).

  - Zerocopy RX for RNDIS packets too (saving CPU cycles).

  - Use the pre-allocated interrupt/status request and buffer, rather
    than allocating and freeing one of each every few seconds (which
    could fail).

  - Some more "sparse" tweaks, making both dual-speed and single-speed
    configurations happier.

  - RNDIS speeds are reported in units of 100bps, not bps.

Plus two minor cleanups (whitespace, messaging).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-04-18 17:39:34 -07:00
..
config.c
dummy_hcd.c
epautoconf.c
ether.c [PATCH] usb gadget: ethernet/rndis updates 2005-04-18 17:39:34 -07:00
file_storage.c
gadget_chips.h
goku_udc.c
goku_udc.h
inode.c
Kconfig
lh7a40x_udc.c
lh7a40x_udc.h
Makefile
ndis.h
net2280.c
net2280.h
omap_udc.c
omap_udc.h
pxa2xx_udc.c
pxa2xx_udc.h
rndis.c [PATCH] usb gadget: ethernet/rndis updates 2005-04-18 17:39:34 -07:00
rndis.h [PATCH] usb gadget: ethernet/rndis updates 2005-04-18 17:39:34 -07:00
serial.c
usbstring.c
zero.c