Skip to content

Commit ec799c8

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: add support for the Intel Meteor Lake-S
This patch adds the necessary PCI ID for Intel Meteor Lake-S devices. Signed-off-by: Heikki Krogerus <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5d1a70f commit ec799c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
5050
#define PCI_DEVICE_ID_INTEL_MTLM 0x7eb1
5151
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
52+
#define PCI_DEVICE_ID_INTEL_MTLS 0x7f6f
5253
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
5354
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
5455
#define PCI_DEVICE_ID_AMD_MR 0x163a
@@ -474,6 +475,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
474475
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLP),
475476
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
476477

478+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLS),
479+
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
480+
477481
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTL),
478482
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
479483

0 commit comments

Comments
 (0)