diff --git a/hw/usb/host-libusb.c b/hw/usb/host-libusb.c index 5e492fda0fcc937b3ba193bf64d44bf7531cbaf7..7695a97143e0ccab5799acd7f9fae3b4a48493ff 100644 --- 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); }