File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
#define PCI_DEVICE_ID_INTEL_BXT_M 0x1aaa
30
30
#define PCI_DEVICE_ID_INTEL_APL 0x5aaa
31
31
#define PCI_DEVICE_ID_INTEL_KBP 0xa2b0
32
- #define PCI_DEVICE_ID_INTEL_CMLH 0x02ee
32
+ #define PCI_DEVICE_ID_INTEL_CMLLP 0x02ee
33
+ #define PCI_DEVICE_ID_INTEL_CMLH 0x06ee
33
34
#define PCI_DEVICE_ID_INTEL_GLK 0x31aa
34
35
#define PCI_DEVICE_ID_INTEL_CNPLP 0x9dee
35
36
#define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
@@ -308,6 +309,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
308
309
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MRFLD ),
309
310
(kernel_ulong_t ) & dwc3_pci_mrfld_properties , },
310
311
312
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_CMLLP ),
313
+ (kernel_ulong_t ) & dwc3_pci_intel_properties , },
314
+
311
315
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_CMLH ),
312
316
(kernel_ulong_t ) & dwc3_pci_intel_properties , },
313
317
You can’t perform that action at this time.
0 commit comments