USB: increase usbdevfs max isoc buffer size
authorMarkus Rechberger <mrechberger@gmail.com>
Sun, 9 Aug 2009 19:23:34 +0000 (21:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Sep 2009 13:46:33 +0000 (06:46 -0700)
commit5971897f3025249c0eea1987fb12efb8c65c93a4
tree2d6668e35ab42bff36e6de2f616d40e792696491
parent7949f4e16456183bae0bc19ffe92072a27d0553e
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 <mrechberger@gmail.com>
Cc: Oliver Neukum <oliver@neukum.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c