usb: hub: delay hub autosuspend if USB3 port is still link training
authorMathias Nyman <mathias.nyman@linux.intel.com>
Wed, 28 Nov 2018 13:55:21 +0000 (15:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 09:12:31 +0000 (10:12 +0100)
commite86108940e541febf35813402ff29fa6f4a9ac0b
tree74c89447a656a6cca3f873ad3b65915bf09bff8d
parent44c94100b6fa83488337fe639eb7baba7dd93a91
usb: hub: delay hub autosuspend if USB3 port is still link training

When initializing a hub we want to give a USB3 port in link training
the same debounce delay time before autosuspening the hub as already
trained, connected enabled ports.

USB3 ports won't reach the enabled state with "current connect status" and
"connect status change" bits set until the USB3 link training finishes.

Catching the port in link training (polling) and adding the debounce delay
prevents unnecessary failed attempts to autosuspend the hub.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c