Skip to content

Commit 8e5248c

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: add support for the Intel Meteor Lake-M
This patch adds the necessary PCI IDs for Intel Meteor Lake-M devices. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20230215132711.35668-1-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 19ac990 commit 8e5248c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
4848
#define PCI_DEVICE_ID_INTEL_RPL 0xa70e
4949
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
50+
#define PCI_DEVICE_ID_INTEL_MTLM 0x7eb1
5051
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
5152
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
5253
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
@@ -467,6 +468,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
467468
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPLS),
468469
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
469470

471+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLM),
472+
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
473+
470474
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLP),
471475
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
472476

0 commit comments

Comments
 (0)