]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xhci: Switch Intel Lynx Point ports to EHCI on shutdown.
authorDenis Turischev <denis.turischev@compulab.co.il>
Fri, 25 Apr 2014 16:20:14 +0000 (19:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 May 2014 14:59:30 +0000 (07:59 -0700)
commit5092b2b3c54eeb1a41329661d14289f59f81bdcb
tree09ad6065cdf06be58b793a6a04bfd0512181ce60
parente7573909b5b8df35591a66146d8629f7aa41675e
xhci: Switch Intel Lynx Point ports to EHCI on shutdown.

commit c09ec25d3684cad74d851c0f028a495999591279 upstream.

The same issue like with Panther Point chipsets. If the USB ports are
switched to xHCI on shutdown, the xHCI host will send a spurious interrupt,
which will wake the system. Some BIOS have work around for this, but not all.
One example is Compulab's mini-desktop, the Intense-PC2.

The bug can be avoided if the USB ports are switched back to EHCI on
shutdown.

This patch should be backported to stable kernels as old as 3.12,
that contain the commit 638298dc66ea36623dbc2757a24fc2c4ab41b016
"xhci: Fix spurious wakeups after S5 on Haswell"

Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c