]> Git Repo - qemu.git/blobdiff - hw/usb-hub.c
ARM PBX-A9 memory map tweaks
[qemu.git] / hw / usb-hub.c
index 32f2ab8c73638afd25ad77dac658a709f2f91c83..1aee7fe5b446d2c44bfac9c98a7a41375676f301 100644 (file)
@@ -113,7 +113,7 @@ static const uint8_t qemu_hub_config_descriptor[] = {
        0x01,       /*  u8  bNumInterfaces; (1) */
        0x01,       /*  u8  bConfigurationValue; */
        0x00,       /*  u8  iConfiguration; */
-       0xc0,       /*  u8  bmAttributes;
+       0xe0,       /*  u8  bmAttributes;
                                 Bit 7: must be set,
                                     6: Self-powered,
                                     5: Remote wakeup,
@@ -545,7 +545,7 @@ static int usb_hub_initfn(USBDevice *dev)
 
 static struct USBDeviceInfo hub_info = {
     .product_desc   = "QEMU USB Hub",
-    .qdev.name      = "QEMU USB Hub",
+    .qdev.name      = "usb-hub",
     .qdev.size      = sizeof(USBHubState),
     .init           = usb_hub_initfn,
     .handle_packet  = usb_hub_handle_packet,
This page took 0.020278 seconds and 4 git commands to generate.