diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/pci_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 1ae09f0555..7831d5b575 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4721,6 +4721,12 @@ #define PCI_DID_INTEL_EHL_GBE_PSE_0 0x4BA0 #define PCI_DID_INTEL_EHL_GBE_PSE_1 0x4BB0 +/* Intel Touch Controller */ +#define PCI_DID_INTEL_MTL_THC0_1 0x7e48 +#define PCI_DID_INTEL_MTL_THC0_2 0x7e49 +#define PCI_DID_INTEL_MTL_THC1_1 0x7e4a +#define PCI_DID_INTEL_MTL_THC1_2 0x7e4b + #define PCI_VID_COMPUTONE 0x8e0e #define PCI_DID_COMPUTONE_IP2EX 0x0291 #define PCI_DID_COMPUTONE_PG 0x0302 |