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 b401b62 commit 7a9b901Copy full SHA for 7a9b901
drivers/misc/mei/hw-me-regs.h
@@ -112,6 +112,7 @@
112
#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113
114
#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
115
+#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
116
117
/*
118
* MEI HW Section
drivers/misc/mei/pci-me.c
@@ -119,6 +119,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
119
{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120
121
{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},
122
+ {MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
123
124
/* required last entry */
125
{0, }
0 commit comments