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 57
57
#define PCI_DEVICE_ID_INTEL_CML_XHCI 0xa3af
58
58
#define PCI_DEVICE_ID_INTEL_TIGER_LAKE_XHCI 0x9a13
59
59
#define PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI 0x1138
60
+ #define PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI 0x461e
60
61
61
62
#define PCI_DEVICE_ID_AMD_PROMONTORYA_4 0x43b9
62
63
#define PCI_DEVICE_ID_AMD_PROMONTORYA_3 0x43ba
@@ -243,7 +244,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
243
244
pdev -> device == PCI_DEVICE_ID_INTEL_TITAN_RIDGE_DD_XHCI ||
244
245
pdev -> device == PCI_DEVICE_ID_INTEL_ICE_LAKE_XHCI ||
245
246
pdev -> device == PCI_DEVICE_ID_INTEL_TIGER_LAKE_XHCI ||
246
- pdev -> device == PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI ))
247
+ pdev -> device == PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI ||
248
+ pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI ))
247
249
xhci -> quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW ;
248
250
249
251
if (pdev -> vendor == PCI_VENDOR_ID_ETRON &&
You can’t perform that action at this time.
0 commit comments