|
|
@@ -32,7 +32,7 @@ static u8 root_hub_des[] = {
|
|
|
0x09, /* blength */
|
|
|
0x29, /* bDescriptorType;hub-descriptor */
|
|
|
0x01, /* bNbrPorts */
|
|
|
- 0x11, /* wHubCharacteristics */
|
|
|
+ HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */
|
|
|
0x00, /* per-port power, no overcurrent */
|
|
|
0x01, /* bPwrOn2pwrGood;2ms */
|
|
|
0x00, /* bHubContrCurrent;0mA */
|