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 61
61
#define PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI 0x461e
62
62
#define PCI_DEVICE_ID_INTEL_ALDER_LAKE_N_XHCI 0x464e
63
63
#define PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI 0x51ed
64
+ #define PCI_DEVICE_ID_INTEL_RAPTOR_LAKE_XHCI 0xa71e
64
65
65
66
#define PCI_DEVICE_ID_AMD_RENOIR_XHCI 0x1639
66
67
#define PCI_DEVICE_ID_AMD_PROMONTORYA_4 0x43b9
@@ -269,7 +270,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
269
270
pdev -> device == PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI ||
270
271
pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_XHCI ||
271
272
pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_N_XHCI ||
272
- pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI ))
273
+ pdev -> device == PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI ||
274
+ pdev -> device == PCI_DEVICE_ID_INTEL_RAPTOR_LAKE_XHCI ))
273
275
xhci -> quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW ;
274
276
275
277
if (pdev -> vendor == PCI_VENDOR_ID_ETRON &&
You can’t perform that action at this time.
0 commit comments