aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/isp1760/isp1760-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/isp1760/isp1760-hcd.c')
-rw-r--r--drivers/usb/isp1760/isp1760-hcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/isp1760/isp1760-hcd.c b/drivers/usb/isp1760/isp1760-hcd.c
index 3cb98b1d5d29..ac31d19cc54b 100644
--- a/drivers/usb/isp1760/isp1760-hcd.c
+++ b/drivers/usb/isp1760/isp1760-hcd.c
@@ -1758,7 +1758,7 @@ static void isp1760_hub_descriptor(struct isp1760_hcd *priv,
1758 int ports = HCS_N_PORTS(priv->hcs_params); 1758 int ports = HCS_N_PORTS(priv->hcs_params);
1759 u16 temp; 1759 u16 temp;
1760 1760
1761 desc->bDescriptorType = 0x29; 1761 desc->bDescriptorType = USB_DT_HUB;
1762 /* priv 1.0, 2.3.9 says 20ms max */ 1762 /* priv 1.0, 2.3.9 says 20ms max */
1763 desc->bPwrOn2PwrGood = 10; 1763 desc->bPwrOn2PwrGood = 10;
1764 desc->bHubContrCurrent = 0; 1764 desc->bHubContrCurrent = 0;
@@ -1869,7 +1869,7 @@ static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq,
1869 reg_write32(hcd->regs, HC_PORTSC1, 1869 reg_write32(hcd->regs, HC_PORTSC1,
1870 temp | PORT_RESUME); 1870 temp | PORT_RESUME);
1871 priv->reset_done = jiffies + 1871 priv->reset_done = jiffies +
1872 msecs_to_jiffies(20); 1872 msecs_to_jiffies(USB_RESUME_TIMEOUT);
1873 } 1873 }
1874 break; 1874 break;
1875 case USB_PORT_FEAT_C_SUSPEND: 1875 case USB_PORT_FEAT_C_SUSPEND: