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.
2 parents 54db0b3 + e1e7770 commit e392211Copy full SHA for e392211
drivers/misc/mei/hw-me-regs.h
@@ -117,6 +117,8 @@
117
118
#define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */
119
120
+#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
121
+
122
/*
123
* MEI HW Section
124
*/
drivers/misc/mei/pci-me.c
@@ -124,6 +124,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
125
{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},
126
127
+ {MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},
128
129
/* required last entry */
130
{0, }
131
};
0 commit comments