File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 45
45
#define PCI_DEVICE_ID_INTEL_ADLM 0x54ee
46
46
#define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
47
47
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
48
+ #define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
49
+ #define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
48
50
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
49
51
#define PCI_DEVICE_ID_AMD_MR 0x163a
50
52
@@ -456,6 +458,12 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
456
458
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_RPLS ),
457
459
(kernel_ulong_t ) & dwc3_pci_intel_swnode , },
458
460
461
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MTLP ),
462
+ (kernel_ulong_t ) & dwc3_pci_intel_swnode , },
463
+
464
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MTL ),
465
+ (kernel_ulong_t ) & dwc3_pci_intel_swnode , },
466
+
459
467
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_TGL ),
460
468
(kernel_ulong_t ) & dwc3_pci_intel_swnode , },
461
469
You can’t perform that action at this time.
0 commit comments