linux/drivers/usb/class
David Engraf e4cf3aa8f9 USB: increase cdc-acm write throughput
the following patch uses 16 write urbs and a writsize of wMaxPacketSize
* 20.  With this patch I get the maximum througput from my linux system
with 20MB/sec read and 15 MB/sec write (full speed 1 MB/sec both)

I also deleted the flag URB_NO_FSBR for the writeurbs, because this
makes my full speed devices significant slower.

Signed-off-by: David Engraf <david.engraf@netcom.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-04-24 21:16:44 -07:00
..
Kconfig
Makefile
cdc-acm.c USB: increase cdc-acm write throughput 2008-04-24 21:16:44 -07:00
cdc-acm.h USB: increase cdc-acm write throughput 2008-04-24 21:16:44 -07:00
usblp.c USB: fix pm counter leak in usblp 2008-02-21 15:38:48 -08:00