Commit 4108a30f authored by Alexander Usyskin's avatar Alexander Usyskin Committed by Greg Kroah-Hartman
Browse files

mei: me: add lunar lake point M DID

parent a1383ac7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@
#define MEI_DEV_ID_ARL_S      0x7F68  /* Arrow Lake Point S */
#define MEI_DEV_ID_ARL_H      0x7770  /* Arrow Lake Point H */

#define MEI_DEV_ID_LNL_M      0xA870  /* Lunar Lake Point M */

/*
 * MEI HW Section
 */
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
	{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
	{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},

	{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},

	/* required last entry */
	{0, }
};