commit | 9f0a6cd3ce34de5f9d34b5bf07e1b973a5cd2aa2 | [log] [tgz] |
---|---|---|
author | Andiry Xu <andiry.xu@amd.com> | Fri May 07 18:09:27 2010 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:43 2010 -0700 |
tree | bc44274a1f11035a5934b084bcf458c07fd3c278 | |
parent | 82b71cfdf36d568c7a2e44efd705471c3c2caaa2 [diff] |
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>