We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1b672 commit bad0d1dCopy full SHA for bad0d1d
drivers/usb/dwc3/dwc3-pci.c
@@ -44,6 +44,7 @@
44
#define PCI_DEVICE_ID_INTEL_ADLP 0x51ee
45
#define PCI_DEVICE_ID_INTEL_ADLM 0x54ee
46
#define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
47
+#define PCI_DEVICE_ID_INTEL_RPL 0x460e
48
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
49
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
50
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
@@ -456,6 +457,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
456
457
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ADLS),
458
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
459
460
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPL),
461
+ (kernel_ulong_t) &dwc3_pci_intel_swnode, },
462
+
463
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPLS),
464
465
0 commit comments