Revision 843d4e0c hw/usb-hub.c

b/hw/usb-hub.c
526 526
    for (i = 0; i < NUM_PORTS; i++) {
527 527
        port = &s->ports[i];
528 528
        usb_register_port(usb_bus_from_device(dev),
529
                          &port->port, s, i, &s->dev, &usb_hub_port_ops);
529
                          &port->port, s, i, &s->dev, &usb_hub_port_ops,
530
                          USB_SPEED_MASK_LOW | USB_SPEED_MASK_FULL);
530 531
        port->wPortStatus = PORT_STAT_POWER;
531 532
        port->wPortChange = 0;
532 533
    }

Also available in: Unified diff