]> git.baikalelectronics.ru Git - kernel.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>
Fri, 25 Apr 2014 16:34:10 +0000 (09:34 -0700)
commit64b04df4e5d34814d64ef426bf4a2ac73473c6fd
treef99b2d634dc438bd1775ba40f73ea0229457f4e0
parent73ff89bf6ad603e51758dc05953c5ffa08f0388b
xhci: Switch Intel Lynx Point ports to EHCI on shutdown.

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 0d0b9ee56d625705df7577664937ce4e2a7540b7
"xhci: Fix spurious wakeups after S5 on Haswell"

Signed-off-by: Denis Turischev <denis@compulab.co.il>
Cc: stable@vger.kernel.org
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