|
@@ -1574,7 +1574,7 @@ static void handle_port_status(struct xhci_hcd *xhci,
|
|
|
} else {
|
|
|
xhci_dbg(xhci, "resume HS port %d\n", port_id);
|
|
|
bus_state->resume_done[faked_port_index] = jiffies +
|
|
|
- msecs_to_jiffies(20);
|
|
|
+ msecs_to_jiffies(USB_RESUME_TIMEOUT);
|
|
|
set_bit(faked_port_index, &bus_state->resuming_ports);
|
|
|
mod_timer(&hcd->rh_timer,
|
|
|
bus_state->resume_done[faked_port_index]);
|