|
@@ -3447,7 +3447,7 @@ int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev)
|
|
|
/* Wait for the Reset Device command to finish */
|
|
|
timeleft = wait_for_completion_interruptible_timeout(
|
|
|
reset_device_cmd->completion,
|
|
|
- USB_CTRL_SET_TIMEOUT);
|
|
|
+ XHCI_CMD_DEFAULT_TIMEOUT);
|
|
|
if (timeleft <= 0) {
|
|
|
xhci_warn(xhci, "%s while waiting for reset device command\n",
|
|
|
timeleft == 0 ? "Timeout" : "Signal");
|