OSDN Git Service

ehci: add ehci_cancel_queue()
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 21 Aug 2012 11:58:40 +0000 (13:58 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Aug 2012 10:02:15 +0000 (12:02 +0200)
commitc7cdca3b853eed0dd521c43098b6d07bcce24fd1
tree912b2f67cf447a8bbe539dfe32360de437c7822d
parent574ef17191f5ec5a3cc4782c1f59dc5eb8279654
ehci: add ehci_cancel_queue()

Factor out function to cancel all packets of a queue.
No behavior change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c