]> git.baikalelectronics.ru Git - kernel.git/commit
usb: xhci: add a quirk bit for ssic port unused
authorLu Baolu <baolu.lu@linux.intel.com>
Tue, 26 Jan 2016 15:50:06 +0000 (17:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:01:47 +0000 (14:01 -0800)
commit15370e490580e9edfa253574ba47d1ab4fee4bbe
tree3466842559a275718caff8340cb333753fc35d8e
parent4a4b8849927981345ae4f3b51453266ec3f7380c
usb: xhci: add a quirk bit for ssic port unused

Two workarounds introduced by commit a190232ea811 ("xhci: Workaround
for PME stuck issues in Intel xhci") and commit 3cd126e797f9 ("xhci:
Workaround to get D3 working in Intel xHCI") share a single quirk bit
XHCI_PME_STUCK_QUIRK. These two workarounds actually are different and
might happen on different hardwares. Need to separate them by adding a
quirk bit for the later.

Cc: stable@vger.kernel.org
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
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
drivers/usb/host/xhci.h