|
@@ -1234,7 +1234,8 @@ static int __usbhsh_hub_get_status(struct usbhsh_hpriv *hpriv,
|
|
desc->bNbrPorts = roothub_id;
|
|
desc->bNbrPorts = roothub_id;
|
|
desc->bDescLength = 9;
|
|
desc->bDescLength = 9;
|
|
desc->bPwrOn2PwrGood = 0;
|
|
desc->bPwrOn2PwrGood = 0;
|
|
- desc->wHubCharacteristics = cpu_to_le16(0x0011);
|
|
|
|
|
|
+ desc->wHubCharacteristics =
|
|
|
|
+ cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM);
|
|
desc->u.hs.DeviceRemovable[0] = (roothub_id << 1);
|
|
desc->u.hs.DeviceRemovable[0] = (roothub_id << 1);
|
|
desc->u.hs.DeviceRemovable[1] = ~0;
|
|
desc->u.hs.DeviceRemovable[1] = ~0;
|
|
dev_dbg(dev, "%s :: GetHubDescriptor\n", __func__);
|
|
dev_dbg(dev, "%s :: GetHubDescriptor\n", __func__);
|