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 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_ICLLP 0x34ee
3738
3839#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
3940#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
@@ -289,6 +290,7 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
289290 { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_GLK ), },
290291 { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPLP ), },
291292 { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_CNPH ), },
293+ { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_INTEL_ICLLP ), },
292294 { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_NL_USB ), },
293295 { } /* Terminating Entry */
294296};
You can’t perform that action at this time.
0 commit comments