From: David Engraf Date: Thu, 20 Mar 2008 09:01:34 +0000 (+0100) Subject: USB: increase cdc-acm write throughput X-Git-Tag: v2.6.26-rc1~1061^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cf3aa8f9cd6ee4d583b5d445b5c152acefcde4;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed