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 5d1a70f commit ec799c8Copy full SHA for ec799c8
drivers/usb/dwc3/dwc3-pci.c
@@ -49,6 +49,7 @@
49
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
50
#define PCI_DEVICE_ID_INTEL_MTLM 0x7eb1
51
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
52
+#define PCI_DEVICE_ID_INTEL_MTLS 0x7f6f
53
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
54
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
55
#define PCI_DEVICE_ID_AMD_MR 0x163a
@@ -474,6 +475,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
474
475
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLP),
476
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
477
478
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLS),
479
+ (kernel_ulong_t) &dwc3_pci_intel_swnode, },
480
+
481
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTL),
482
483
0 commit comments