Loading hw/usb/hcd-ehci.c +2 −0 Original line number Diff line number Diff line Loading @@ -852,6 +852,8 @@ static void ehci_wakeup(USBPort *port) USBPort *companion = s->companion_ports[port->index]; if (companion->ops->wakeup) { companion->ops->wakeup(companion); } else { qemu_bh_schedule(s->async_bh); } } } Loading Loading
hw/usb/hcd-ehci.c +2 −0 Original line number Diff line number Diff line Loading @@ -852,6 +852,8 @@ static void ehci_wakeup(USBPort *port) USBPort *companion = s->companion_ports[port->index]; if (companion->ops->wakeup) { companion->ops->wakeup(companion); } else { qemu_bh_schedule(s->async_bh); } } } Loading