Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / ohci-hub.c
index fe2aedd8a54db23c6cb692fba8d250b3c01a4320..ed678c17c4eaadd4f4ceee99a6161da3e00b3d76 100644 (file)
@@ -536,7 +536,7 @@ ohci_hub_descriptor (
        u32             rh = roothub_a (ohci);
        u16             temp;
 
-       desc->bDescriptorType = 0x29;
+       desc->bDescriptorType = USB_DT_HUB;
        desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24;
        desc->bHubContrCurrent = 0;