commit | eb9d4673e3594baaa857a4c033fc7c21f4ea904b | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Feb 28 15:36:06 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Mar 07 12:28:05 2012 +0100 |
tree | 7a30dbb1992716c84749a3fe073984edf9235df2 | |
parent | 7c308b7e38812b49e3e9eccdb74b01989cdf7b78 [diff] |
usb: queue can have async packets This can happen today in case the ->complete() callback queues up the next packet. Also we'll support pipelining soon, which allows to have multiple packets per queue in flight (aka ASYNC) state. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>