projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c7be8
)
usb-host: add wakeup call for iso xfers
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 17 Jul 2015 07:12:57 +0000
(09:12 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 20 Oct 2015 07:15:23 +0000
(09:15 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/host-libusb.c
patch
|
blob
|
history
diff --git
a/hw/usb/host-libusb.c
b/hw/usb/host-libusb.c
index 5e492fda0fcc937b3ba193bf64d44bf7531cbaf7..7695a97143e0ccab5799acd7f9fae3b4a48493ff 100644
(file)
--- a/
hw/usb/host-libusb.c
+++ b/
hw/usb/host-libusb.c
@@
-451,6
+451,7
@@
static void usb_host_req_complete_iso(struct libusb_transfer *transfer)
}
if (xfer->ring->ep->pid == USB_TOKEN_IN) {
QTAILQ_INSERT_TAIL(&xfer->ring->copy, xfer, next);
+ usb_wakeup(xfer->ring->ep, 0);
} else {
QTAILQ_INSERT_TAIL(&xfer->ring->unused, xfer, next);
}