]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/oxu210hp-hcd.c
Merge remote-tracking branch 'usb-gadget/next'
[karo-tx-linux.git] / drivers / usb / host / oxu210hp-hcd.c
index 28a2866b6b16f09c2a6b2b43934857375228a948..6352f54e65a1d9359f999a26aa6f12cea08f877d 100644 (file)
@@ -445,7 +445,7 @@ static void ehci_hub_descriptor(struct oxu_hcd *oxu,
        int ports = HCS_N_PORTS(oxu->hcs_params);
        u16 temp;
 
-       desc->bDescriptorType = 0x29;
+       desc->bDescriptorType = USB_DT_HUB;
        desc->bPwrOn2PwrGood = 10;      /* oxu 1.0, 2.3.9 says 20ms max */
        desc->bHubContrCurrent = 0;