]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Intel xhci: Only switch the switchable ports
authorKeng-Yu Lin <kengyu@canonical.com>
Thu, 9 Aug 2012 17:39:23 +0000 (01:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 16:47:39 +0000 (09:47 -0700)
commit4a4c06b80e8b0de688d0e71b7206aabeb2f8ea7f
treecb62cc8759f0c12df4c2215326ade94a7a7cb6e0
parentd515ad3c27b2f41a0f2b29af61bb8cc131345782
Intel xhci: Only switch the switchable ports

commit a96874a2a92feaef607ddd3137277a788cb927a6 upstream.

With a previous patch to enable the EHCI/XHCI port switching, it switches
all the available ports.

The assumption is not correct because the BIOS may expect some ports
not switchable by the OS.

There are two more registers that contains the information of the switchable
and non-switchable ports.

This patch adds the checking code for the two register so that only the
switchable ports are altered.

This patch should be backported to kernels as old as 3.0, that contain
commit ID 69e848c2090aebba5698a1620604c7dccb448684 "Intel xhci: Support
EHCI/xHCI port switching."

Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/pci-quirks.c