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 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_ICLLP 0x34ee
37
38
38
39
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
39
40
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
@@ -289,6 +290,7 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
289
290
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_GLK ), },
290
291
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPLP ), },
291
292
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPH ), },
293
+ { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_ICLLP ), },
292
294
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_NL_USB ), },
293
295
{ } /* Terminating Entry */
294
296
};
You can’t perform that action at this time.
0 commit comments