Revision 37952117 hw/usb/hcd-ehci.c

b/hw/usb/hcd-ehci.c
905 905
        USBPort *companion = s->companion_ports[port->index];
906 906
        if (companion->ops->wakeup) {
907 907
            companion->ops->wakeup(companion);
908
        } else {
909
            qemu_bh_schedule(s->async_bh);
910 908
        }
909
        return;
911 910
    }
911

  
912
    qemu_bh_schedule(s->async_bh);
912 913
}
913 914

  
914 915
static int ehci_register_companion(USBBus *bus, USBPort *ports[],

Also available in: Unified diff