]> Git Repo - qemu.git/blobdiff - hw/usb/dev-hub.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging
[qemu.git] / hw / usb / dev-hub.c
index 58647b4859599d435876dd223018f4ab7923b1e3..bc035316660416d1b357f60ee448ba948e4254f4 100644 (file)
@@ -119,7 +119,8 @@ static const USBDescDevice desc_device_hub = {
         {
             .bNumInterfaces        = 1,
             .bConfigurationValue   = 1,
-            .bmAttributes          = 0xe0,
+            .bmAttributes          = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
+                                     USB_CFG_ATT_WAKEUP,
             .nif = 1,
             .ifs = &desc_iface_hub,
         },
This page took 0.022313 seconds and 4 git commands to generate.