|
@@ -536,7 +536,7 @@ ohci_hub_descriptor (
|
|
|
u32 rh = roothub_a (ohci);
|
|
u32 rh = roothub_a (ohci);
|
|
|
u16 temp;
|
|
u16 temp;
|
|
|
|
|
|
|
|
- desc->bDescriptorType = 0x29;
|
|
|
|
|
|
|
+ desc->bDescriptorType = USB_DT_HUB;
|
|
|
desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24;
|
|
desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24;
|
|
|
desc->bHubContrCurrent = 0;
|
|
desc->bHubContrCurrent = 0;
|
|
|
|
|
|