File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4747#define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI 0x22b5
4848#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI 0xa12f
4949#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI 0x9d2f
50+ #define PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI 0x0aa8
5051
5152static const char hcd_name [] = "xhci_hcd" ;
5253
@@ -147,7 +148,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
147148 if (pdev -> vendor == PCI_VENDOR_ID_INTEL &&
148149 (pdev -> device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI ||
149150 pdev -> device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI ||
150- pdev -> device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI )) {
151+ pdev -> device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI ||
152+ pdev -> device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI )) {
151153 xhci -> quirks |= XHCI_PME_STUCK_QUIRK ;
152154 }
153155 if (pdev -> vendor == PCI_VENDOR_ID_INTEL &&
You can’t perform that action at this time.
0 commit comments