usb-linux: increase buffer for USB control requests
authorChristian Krause <chkr@plauener.de>
Sun, 24 Jan 2010 16:34:52 +0000 (17:34 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 16:14:24 +0000 (17:14 +0100)
commit8c194ee28d8cbef41b8813b70e10ac33946efb22
treeb59639592c8dc504b6a8ef5b3f174da576092d98
parent43fd29f598ed866b3b195812bfd1002791814963
usb-linux: increase buffer for USB control requests

The WLAN USB stick ZyXEL NWD271N (0586:3417) uses very large
usb control transfers of more than 2048 bytes which won't fit
into the buffer of the ctrl_struct. This results in an error message
"husb: ctrl buffer too small" and a non-working device.
Increasing the buffer size to 8192 seems to be a safe choice.

Signed-off-by: Christian Krause <chkr@plauener.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
usb-linux.c