From b822f71b283c87a5c280f9e8693b19d94129c237 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mar 03 2023 11:25:16 +0000 Subject: usb: dwc3: pci: add support for the Intel Meteor Lake-M (bsc#1012628). --- diff --git a/patches.kernel.org/6.2.2-011-usb-dwc3-pci-add-support-for-the-Intel-Meteor-L.patch b/patches.kernel.org/6.2.2-011-usb-dwc3-pci-add-support-for-the-Intel-Meteor-L.patch new file mode 100644 index 0000000..b327b54 --- /dev/null +++ b/patches.kernel.org/6.2.2-011-usb-dwc3-pci-add-support-for-the-Intel-Meteor-L.patch @@ -0,0 +1,46 @@ +From: Heikki Krogerus +Date: Wed, 15 Feb 2023 15:27:11 +0200 +Subject: [PATCH] usb: dwc3: pci: add support for the Intel Meteor Lake-M +References: bsc#1012628 +Patch-mainline: 6.2.2 +Git-commit: 8e5248c3a8778f3e394e9a19195bc7a48f567ca2 + +commit 8e5248c3a8778f3e394e9a19195bc7a48f567ca2 upstream. + +This patch adds the necessary PCI IDs for Intel Meteor Lake-M +devices. + +Signed-off-by: Heikki Krogerus +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 +Signed-off-by: Jiri Slaby +--- + drivers/usb/dwc3/dwc3-pci.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c +index 89c9ab2b..a23ddbb8 100644 +--- a/drivers/usb/dwc3/dwc3-pci.c ++++ b/drivers/usb/dwc3/dwc3-pci.c +@@ -47,6 +47,7 @@ + #define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1 + #define PCI_DEVICE_ID_INTEL_RPL 0xa70e + #define PCI_DEVICE_ID_INTEL_RPLS 0x7a61 ++#define PCI_DEVICE_ID_INTEL_MTLM 0x7eb1 + #define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1 + #define PCI_DEVICE_ID_INTEL_MTL 0x7e7e + #define PCI_DEVICE_ID_INTEL_TGL 0x9a15 +@@ -467,6 +468,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = { + { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPLS), + (kernel_ulong_t) &dwc3_pci_intel_swnode, }, + ++ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLM), ++ (kernel_ulong_t) &dwc3_pci_intel_swnode, }, ++ + { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_MTLP), + (kernel_ulong_t) &dwc3_pci_intel_swnode, }, + +-- +2.35.3 + diff --git a/series.conf b/series.conf index 11e6c19..90d289b 100644 --- a/series.conf +++ b/series.conf @@ -50,6 +50,7 @@ patches.kernel.org/6.2.2-008-wifi-rtw88-usb-Set-qsel-correctly.patch patches.kernel.org/6.2.2-009-wifi-rtw88-usb-send-Zero-length-packets-if-nece.patch patches.kernel.org/6.2.2-010-wifi-rtw88-usb-drop-now-unnecessary-URB-size-ch.patch + patches.kernel.org/6.2.2-011-usb-dwc3-pci-add-support-for-the-Intel-Meteor-L.patch ######################################################## # Build fixes that apply to the vanilla kernel too.