Revision 3631e6c8 hw/usb-bus.c

b/hw/usb-bus.c
149 149
    port->index = index;
150 150
    port->ops = ops;
151 151
    port->speedmask = speedmask;
152
    usb_port_location(port, NULL, index + 1);
152 153
}
153 154

  
154 155
void usb_register_port(USBBus *bus, USBPort *port, void *opaque, int index,

Also available in: Unified diff