We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a438668 commit 0c4d682Copy full SHA for 0c4d682
drivers/misc/mei/hw-me-regs.h
@@ -111,6 +111,8 @@
111
112
#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113
114
+#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
115
+
116
/*
117
* MEI HW Section
118
*/
drivers/misc/mei/pci-me.c
@@ -118,6 +118,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
119
{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120
121
+ {MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},
122
123
/* required last entry */
124
{0, }
125
};
0 commit comments