staging: vt6656: [BUG] set usb_fill_int_urb interval to 1
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 17 Mar 2014 21:15:03 +0000 (21:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 21:29:50 +0000 (14:29 -0700)
commit6ae4663342276f8626624dc0c38c47caa9b13a86
tree162118410e31050a2b85bfbaf83182b7c10eeb10
parentd4b54fb74f6fa5388ac1374a5e5eb158a4ac6c7f
staging: vt6656: [BUG] set usb_fill_int_urb interval to 1

As result of patch
staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1

has resulted in sluggish TX performance due to interupt inverval
being too long.

Set int_interval to 1 as set in bInterval of endpoint 1.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c
This page took 0.025242 seconds and 5 git commands to generate.