diff options
| author | Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> | 2017-01-03 11:28:52 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-03 11:37:32 -0500 |
| commit | 6c97cfc1a097b1e0786c836e92b7a72b4d031e25 (patch) | |
| tree | 4737fd7d27694df55d26210b54de4a389b541be3 | |
| parent | 1c111b6c3844a142e03bcfc2fa17bfbdea08e9dc (diff) | |
usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake
Intel Apollo Lake also requires XHCI_PME_STUCK_QUIRK.
Adding its PCI ID to quirk.
Cc: <stable@vger.kernel.org>
Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/usb/host/xhci-pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index e96ae80d107e..954abfd5014d 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
| @@ -165,7 +165,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) | |||
| 165 | pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI || | 165 | pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI || |
| 166 | pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI || | 166 | pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI || |
| 167 | pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI || | 167 | pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI || |
| 168 | pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI)) { | 168 | pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI || |
| 169 | pdev->device == PCI_DEVICE_ID_INTEL_APL_XHCI)) { | ||
| 169 | xhci->quirks |= XHCI_PME_STUCK_QUIRK; | 170 | xhci->quirks |= XHCI_PME_STUCK_QUIRK; |
| 170 | } | 171 | } |
| 171 | if (pdev->vendor == PCI_VENDOR_ID_INTEL && | 172 | if (pdev->vendor == PCI_VENDOR_ID_INTEL && |
