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 18f815d commit c76015bCopy full SHA for c76015b
drivers/misc/mei/hw-me-regs.h
@@ -115,6 +115,8 @@
115
#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
116
#define MEI_DEV_ID_ARL_H 0x7770 /* Arrow Lake Point H */
117
118
+#define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */
119
+
120
/*
121
* MEI HW Section
122
*/
drivers/misc/mei/pci-me.c
@@ -122,6 +122,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
123
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},
124
125
+ {MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},
126
127
/* required last entry */
128
{0, }
129
};
0 commit comments