]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
usb-host: enable pipelineing for bulk endpoints.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Mar 2012 13:42:34 +0000 (14:42 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:05 +0000 (12:28 +0100)
commit9424d4e7c67d9d0cbc50fc8a1d00db31772c37c5
tree85cdab8abffed846bb1d317b66f61135027902ba
parent7936e0f0d2fcd05bf5a78985a53b6b2276115749
usb-host: enable pipelineing for bulk endpoints.

We really don't want to wait for packets finish before submitting the
next, we want keep the data flow running.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-linux.c