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 987f028 commit 0db4a15Copy full SHA for 0db4a15
drivers/misc/mei/hw-me-regs.h
@@ -89,6 +89,8 @@
89
90
#define MEI_DEV_ID_ICP_LP 0x34E0 /* Ice Lake Point LP */
91
92
+#define MEI_DEV_ID_JSP_N 0x4DE0 /* Jasper Lake Point N */
93
+
94
#define MEI_DEV_ID_TGP_LP 0xA0E0 /* Tiger Lake Point LP */
95
96
#define MEI_DEV_ID_MCC 0x4B70 /* Mule Creek Canyon (EHL) */
drivers/misc/mei/pci-me.c
@@ -106,6 +106,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
106
107
{MEI_PCI_DEVICE(MEI_DEV_ID_TGP_LP, MEI_ME_PCH15_CFG)},
108
109
+ {MEI_PCI_DEVICE(MEI_DEV_ID_JSP_N, MEI_ME_PCH15_CFG)},
110
111
{MEI_PCI_DEVICE(MEI_DEV_ID_MCC, MEI_ME_PCH15_CFG)},
112
{MEI_PCI_DEVICE(MEI_DEV_ID_MCC_4, MEI_ME_PCH8_CFG)},
113
0 commit comments