Skip to content

Commit f5ae886

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: add ID for the Intel Comet Lake -V variant
There is one more Comet Lake PCH variant, CML-V, that has its own PCI ID. Signed-off-by: Heikki Krogerus <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3ba7625 commit f5ae886

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
@@ -34,6 +34,7 @@
3434
#define PCI_DEVICE_ID_INTEL_GLK 0x31aa
3535
#define PCI_DEVICE_ID_INTEL_CNPLP 0x9dee
3636
#define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
37+
#define PCI_DEVICE_ID_INTEL_CNPV 0xa3b0
3738
#define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
3839
#define PCI_DEVICE_ID_INTEL_EHLLP 0x4b7e
3940
#define PCI_DEVICE_ID_INTEL_TGPLP 0xa0ee
@@ -342,6 +343,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
342343
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_CNPH),
343344
(kernel_ulong_t) &dwc3_pci_intel_properties, },
344345

346+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_CNPV),
347+
(kernel_ulong_t) &dwc3_pci_intel_properties, },
348+
345349
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICLLP),
346350
(kernel_ulong_t) &dwc3_pci_intel_properties, },
347351

0 commit comments

Comments
 (0)