Revision 079d0b7f hw/usb-hub.c

b/hw/usb-hub.c
416 416

  
417 417
    switch(p->pid) {
418 418
    case USB_TOKEN_IN:
419
        if (p->devep == 1) {
419
        if (p->ep->nr == 1) {
420 420
            USBHubPort *port;
421 421
            unsigned int status;
422 422
            uint8_t buf[4];

Also available in: Unified diff