Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake

The device ID 0xa70e is defined for the USB3 device controller in the CPU
sub-system of Raptor Lake platform. Hence updating the ID accordingly.

Fixes: bad0d1d726ac ("usb: dwc3: pci: Add support for Intel Raptor Lake")
Cc: stable <stable@kernel.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Shruthi Sanil <shruthi.sanil@intel.com>
Link: https://lore.kernel.org/r/20221125105327.27945-1-shruthi.sanil@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shruthi Sanil and committed by
Greg Kroah-Hartman
f05f80f2 3c347cda

+1 -1
+1 -1
drivers/usb/dwc3/dwc3-pci.c
··· 45 45 #define PCI_DEVICE_ID_INTEL_ADLN 0x465e 46 46 #define PCI_DEVICE_ID_INTEL_ADLN_PCH 0x54ee 47 47 #define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1 48 - #define PCI_DEVICE_ID_INTEL_RPL 0x460e 48 + #define PCI_DEVICE_ID_INTEL_RPL 0xa70e 49 49 #define PCI_DEVICE_ID_INTEL_RPLS 0x7a61 50 50 #define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1 51 51 #define PCI_DEVICE_ID_INTEL_MTL 0x7e7e