usb: hub: Don't wait for connect state at resume for powered-off ports
authorDominik Bozek <dominikx.bozek@intel.com>
Fri, 13 Apr 2018 17:42:31 +0000 (10:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2018 14:03:21 +0000 (16:03 +0200)
commit5d111f5190848d6fb1c414dc57797efea3526a2f
treeb3176a1621d0111ba02ae263618cf9d28efd54df
parentf86c6888ddee4dd3169011b984de850620fcdda1
usb: hub: Don't wait for connect state at resume for powered-off ports

wait_for_connected() wait till a port change status to
USB_PORT_STAT_CONNECTION, but this is not possible if
the port is unpowered. The loop will only exit at timeout.

Such case take place if an over-current incident happen
while system is in S3. Then during resume wait_for_connected()
will wait 2s, which may be noticeable by the user.

Signed-off-by: Dominik Bozek <dominikx.bozek@intel.com>
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c