usb: Send Set SEL before enabling parent U1/U2 timeout.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 5 Oct 2012 17:32:07 +0000 (10:32 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 8 Oct 2012 18:48:28 +0000 (11:48 -0700)
commit65a95b75bc5afa7bbb844e222481044c1c4767eb
tree8c1e4fa2389264c23050e4e4718e8cb7a6231e78
parentae8963adb4ad8c5f2a89ca1d99fb7bb721e7599f
usb: Send Set SEL before enabling parent U1/U2 timeout.

The Set SEL control transfer tells a device the exit latencies
associated with a device-initated U1 or U2 exit.  Since a parent hub may
initiate a transition to U1 soon after a downstream port's U1 timeout is
set, we need to make sure the device receives the Set SEL transfer
before the parent hub timeout is set.

This patch should be backported to kernels as old as 3.5, that contain
the commit 1ea7e0e8e3d0f50901d335ea4178ab2aa8c88201 "USB: Add support to
enable/disable USB3 link states."

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: stable@vger.kernel.org
drivers/usb/core/hub.c