Skip to content

Commit b06271e

Browse files
lixuzhaJiri Kosina
authored andcommitted
HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID
Add device ID of Lunar Lake-M into ishtp support list. Signed-off-by: Zhang Lixu <lixu.zhang@intel.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 4156f83 commit b06271e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/intel-ish-hid/ipc/hw-ish.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#define PCI_DEVICE_ID_INTEL_ISH_MTL_P 0x7E45
3636
#define PCI_DEVICE_ID_INTEL_ISH_ARL_H 0x7745
3737
#define PCI_DEVICE_ID_INTEL_ISH_ARL_S 0x7F78
38+
#define PCI_DEVICE_ID_INTEL_ISH_LNL_M 0xA845
3839

3940
#define REVISION_ID_CHT_A0 0x6
4041
#define REVISION_ID_CHT_Ax_SI 0x0

drivers/hid/intel-ish-hid/ipc/pci-ish.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
4646
{PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ISH_MTL_P)},
4747
{PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ISH_ARL_H)},
4848
{PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ISH_ARL_S)},
49+
{PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ISH_LNL_M)},
4950
{}
5051
};
5152
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);

0 commit comments

Comments
 (0)