]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: wusbcore: combine multiple isoc frames in a single transfer request.
authorThomas Pugliese <thomas.pugliese@gmail.com>
Wed, 23 Oct 2013 19:44:27 +0000 (14:44 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 23:44:49 +0000 (16:44 -0700)
commit2101242cef04991a580c3debb46972dbfaaaf138
treecca80e11e8dec0ba8489ac2982a021fc31f70050
parent7b6bc07ab554e929c85d51b3d5b26cf7f12c6a3b
usb: wusbcore: combine multiple isoc frames in a single transfer request.

Combine multiple isoc frames in a single transfer request.  This allows
the HWA to take advantage of bursting to deliver data to endpoints
whose logical service interval is less than the minimum wireless USB
service interval of 4ms.  Wireless audio quality is much improved after
this update.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/wusbcore/wa-xfer.c