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)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 15 Feb 2016 20:45:33 +0000 (15:45 -0500)
commit1f8ad5557c9910b9853830ef202d092aa43806c9
treefd4b6827470df0d1a7ec1b98394803be3e39fe57
parent69b8883209004c05eac885e53f67f37d6b0f8e11
usb: xhci: add a quirk bit for ssic port unused

[ Upstream commit 7e70cbffe236721051bbaff965e477df06dcb190 ]

Two workarounds introduced by commit b8cb91e058cd ("xhci: Workaround
for PME stuck issues in Intel xhci") and commit abce329c27b3 ("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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/usb/host/xhci-pci.c
drivers/usb/host/xhci.h