From: Markus Rechberger Date: Sun, 9 Aug 2009 19:23:34 +0000 (+0200) Subject: USB: increase usbdevfs max isoc buffer size X-Git-Tag: v2.6.32-rc1~174^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5971897f3025249c0eea1987fb12efb8c65c93a4;p=pandora-kernel.git USB: increase usbdevfs max isoc buffer size The current limit only allows isochronous transfers up to 32kbyte/urb, updating this to 192 kbyte/urb improves the reliability of the transfer. USB 2.0 transfer is possible with 32kbyte but increases the chance of corrupted/incomplete data when the system is performing some other tasks in the background. http://www.spinics.net/lists/linux-usb/msg19955.html Signed-off-by: Markus Rechberger Cc: Oliver Neukum Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed