File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 34
34
#define PCI_DEVICE_ID_INTEL_GLK 0x31aa
35
35
#define PCI_DEVICE_ID_INTEL_CNPLP 0x9dee
36
36
#define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
37
+ #define PCI_DEVICE_ID_INTEL_CNPV 0xa3b0
37
38
#define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
38
39
#define PCI_DEVICE_ID_INTEL_EHLLP 0x4b7e
39
40
#define PCI_DEVICE_ID_INTEL_TGPLP 0xa0ee
@@ -342,6 +343,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
342
343
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_CNPH ),
343
344
(kernel_ulong_t ) & dwc3_pci_intel_properties , },
344
345
346
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_CNPV ),
347
+ (kernel_ulong_t ) & dwc3_pci_intel_properties , },
348
+
345
349
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_ICLLP ),
346
350
(kernel_ulong_t ) & dwc3_pci_intel_properties , },
347
351
You can’t perform that action at this time.
0 commit comments