File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 41
41
#define PCI_DEVICE_ID_INTEL_GLK 0x31aa
42
42
#define PCI_DEVICE_ID_INTEL_CNPLP 0x9dee
43
43
#define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
44
+ #define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
44
45
45
46
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
46
47
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
@@ -273,6 +274,7 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
273
274
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_GLK ), },
274
275
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPLP ), },
275
276
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPH ), },
277
+ { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_ICLLP ), },
276
278
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_NL_USB ), },
277
279
{ } /* Terminating Entry */
278
280
};
You can’t perform that action at this time.
0 commit comments