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 59
59
#define PCI_DEVICE_ID_INTEL_TIGER_LAKE_XHCI 0x9a13
60
60
#define PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI 0x1138
61
61
#define PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI 0x461e
62
+ #define PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI 0x51ed
62
63
63
64
#define PCI_DEVICE_ID_AMD_RENOIR_XHCI 0x1639
64
65
#define PCI_DEVICE_ID_AMD_PROMONTORYA_4 0x43b9
@@ -266,7 +267,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
266
267
pdev -> device == PCI_DEVICE_ID_INTEL_ICE_LAKE_XHCI ||
267
268
pdev -> device == PCI_DEVICE_ID_INTEL_TIGER_LAKE_XHCI ||
268
269
pdev -> device == PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI ||
269
- pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI ))
270
+ pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI ||
271
+ pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI ))
270
272
xhci -> quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW ;
271
273
272
274
if (pdev -> vendor == PCI_VENDOR_ID_ETRON &&
You can’t perform that action at this time.
0 commit comments