]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
authorAndiry Xu <andiry.xu@amd.com>
Fri, 7 May 2010 10:09:27 +0000 (18:09 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:43 +0000 (13:21 -0700)
commitc19cb65b62426331d7366ecef75ed89ef576887b
treebc44274a1f11035a5934b084bcf458c07fd3c278
parent66655c634cfb58f946d38f50beb5b04e378822ce
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()

When USB3 protocol port detects an USB3.0 device attach, the port will
automatically transition to the Enabled state upon the completion
of successful link training.

Do not disable USB3 protocol ports in hub_activate(), or USB3.0 device
will fail to be recognized if xHCI bus power management is implemented.

Signed-off-by: Andiry Xu <andiry.xu@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c