usb: isp1760: hcd: use new USB_RESUME_TIMEOUT
Make sure we're using the new macro, so our resume signaling will always pass certification. Cc: <stable@vger.kernel.org> # v3.10+ Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
74bd7b6980
commit
59c9904cce
1 changed files with 1 additions and 1 deletions
|
@ -1869,7 +1869,7 @@ static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq,
|
||||||
reg_write32(hcd->regs, HC_PORTSC1,
|
reg_write32(hcd->regs, HC_PORTSC1,
|
||||||
temp | PORT_RESUME);
|
temp | PORT_RESUME);
|
||||||
priv->reset_done = jiffies +
|
priv->reset_done = jiffies +
|
||||||
msecs_to_jiffies(20);
|
msecs_to_jiffies(USB_RESUME_TIMEOUT);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case USB_PORT_FEAT_C_SUSPEND:
|
case USB_PORT_FEAT_C_SUSPEND:
|
||||||
|
|
Loading…
Add table
Reference in a new issue