From: Johan Hovold Date: Sun, 16 May 2010 13:06:55 +0000 (+0200) Subject: USB: visor: increase bulk-out buffer size X-Git-Tag: v2.6.35-rc1~471^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1f298f8bc92f21b09bd7ef396c2fc6544ce9aa;p=pandora-kernel.git USB: visor: increase bulk-out buffer size Increase the bulk-out buffer size to avoid any regression in throughput after replacing the old writing scheme which used dynamic buffers (e.g. up to 2k). 256b has been determined to be a good choice for several drivers including ftdi_sio which used to have a more or less identical write implementation. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed