aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/renesas_usbhs/mod_host.c')
-rw-r--r--drivers/usb/renesas_usbhs/mod_host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/mod_host.c b/drivers/usb/renesas_usbhs/mod_host.c
index f0d323125871..96eead619282 100644
--- a/drivers/usb/renesas_usbhs/mod_host.c
+++ b/drivers/usb/renesas_usbhs/mod_host.c
@@ -1234,7 +1234,8 @@ static int __usbhsh_hub_get_status(struct usbhsh_hpriv *hpriv,
1234 desc->bNbrPorts = roothub_id; 1234 desc->bNbrPorts = roothub_id;
1235 desc->bDescLength = 9; 1235 desc->bDescLength = 9;
1236 desc->bPwrOn2PwrGood = 0; 1236 desc->bPwrOn2PwrGood = 0;
1237 desc->wHubCharacteristics = cpu_to_le16(0x0011); 1237 desc->wHubCharacteristics =
1238 cpu_to_le16(HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM);
1238 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1); 1239 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1);
1239 desc->u.hs.DeviceRemovable[1] = ~0; 1240 desc->u.hs.DeviceRemovable[1] = ~0;
1240 dev_dbg(dev, "%s :: GetHubDescriptor\n", __func__); 1241 dev_dbg(dev, "%s :: GetHubDescriptor\n", __func__);