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 44d9b3f commit 86ce5c0Copy full SHA for 86ce5c0
drivers/misc/mei/hw-me-regs.h
@@ -117,6 +117,7 @@
117
118
#define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */
119
120
+#define MEI_DEV_ID_PTL_H 0xE370 /* Panther Lake H */
121
#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
122
123
/*
drivers/misc/mei/pci-me.c
@@ -124,6 +124,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
124
125
{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},
126
127
+ {MEI_PCI_DEVICE(MEI_DEV_ID_PTL_H, MEI_ME_PCH15_CFG)},
128
{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},
129
130
/* required last entry */
0 commit comments