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 70ad06d commit 410d6c2Copy full SHA for 410d6c2
drivers/misc/mei/hw-me-regs.h
@@ -120,6 +120,8 @@
120
#define MEI_DEV_ID_PTL_H 0xE370 /* Panther Lake H */
121
#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
122
123
+#define MEI_DEV_ID_WCL_P 0x4D70 /* Wildcat Lake P */
124
+
125
/*
126
* MEI HW Section
127
*/
drivers/misc/mei/pci-me.c
@@ -127,6 +127,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
{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
+ {MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)},
131
132
/* required last entry */
133
{0, }
134
};
0 commit comments