diff options
Diffstat (limited to 'drivers/usb/core/hub.c')
| -rw-r--r-- | drivers/usb/core/hub.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 41eaf0b52518..b5c733613823 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -4838,7 +4838,7 @@ static void hub_port_connect(struct usb_hub *hub, int port1, u16 portstatus,  			goto loop;  		if (udev->quirks & USB_QUIRK_DELAY_INIT) -			msleep(1000); +			msleep(2000);  		/* consecutive bus-powered hubs aren't reliable; they can  		 * violate the voltage drop budget.  if the new child has | 
