commit | 7936e0f0d2fcd05bf5a78985a53b6b2276115749 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 01 14:39:28 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Mar 07 12:28:05 2012 +0100 |
tree | dac03441220377576b3b7252a19ab6e9d6b37ea2 | |
parent | eb9d4673e3594baaa857a4c033fc7c21f4ea904b [diff] |
usb: add pipelining option to usb endpoints With this patch applied USB drivers can enable pipelining per endpoint. With pipelining enabled the usb core will continue submitting packets even when there are still async transfers in flight instead of passing them on one by one. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>