File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 81
81
82
82
#define MEI_DEV_ID_CMP_LP 0x02e0 /* Comet Point LP */
83
83
#define MEI_DEV_ID_CMP_LP_3 0x02e4 /* Comet Point LP 3 (iTouch) */
84
+
84
85
#define MEI_DEV_ID_CMP_V 0xA3BA /* Comet Point Lake V */
85
86
87
+ #define MEI_DEV_ID_CMP_H 0x06e0 /* Comet Lake H */
88
+ #define MEI_DEV_ID_CMP_H_3 0x06e4 /* Comet Lake H 3 (iTouch) */
89
+
86
90
#define MEI_DEV_ID_ICP_LP 0x34E0 /* Ice Lake Point LP */
87
91
88
92
#define MEI_DEV_ID_TGP_LP 0xA0E0 /* Tiger Lake Point LP */
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
99
99
{MEI_PCI_DEVICE (MEI_DEV_ID_CMP_LP , MEI_ME_PCH12_CFG )},
100
100
{MEI_PCI_DEVICE (MEI_DEV_ID_CMP_LP_3 , MEI_ME_PCH8_CFG )},
101
101
{MEI_PCI_DEVICE (MEI_DEV_ID_CMP_V , MEI_ME_PCH12_CFG )},
102
+ {MEI_PCI_DEVICE (MEI_DEV_ID_CMP_H , MEI_ME_PCH12_CFG )},
103
+ {MEI_PCI_DEVICE (MEI_DEV_ID_CMP_H_3 , MEI_ME_PCH8_CFG )},
102
104
103
105
{MEI_PCI_DEVICE (MEI_DEV_ID_ICP_LP , MEI_ME_PCH12_CFG )},
104
106
You can’t perform that action at this time.
0 commit comments