Revision 556cd098 hw/usb-bus.c

b/hw/usb-bus.c
153 153

  
154 154
    if (bus->nfree == 1) {
155 155
        /* Create a new hub and chain it on.  */
156
        hub = usb_create_simple(bus, "QEMU USB Hub");
156
        hub = usb_create_simple(bus, "usb-hub");
157 157
    }
158 158
    do_attach(dev);
159 159
    return 0;

Also available in: Unified diff