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 7a9b901 commit 8436f25Copy full SHA for 8436f25
drivers/misc/mei/hw-me-regs.h
@@ -113,6 +113,7 @@
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
+#define MEI_DEV_ID_ARL_H 0x7770 /* Arrow Lake Point H */
117
118
/*
119
* MEI HW Section
drivers/misc/mei/pci-me.c
@@ -120,6 +120,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
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
+ {MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},
124
125
/* required last entry */
126
{0, }
0 commit comments