This patch series consists of two patches. The first patch simplifies the device table by using the PCI_VDEVICE() macro and renames the device ID macros to follow the pattern PCI_DEVICE_ID_INTEL_*. The second patch adds the device ID of Lunar Lake-M to the ISHTP support list. Zhang Lixu (1): HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID Zhang, Lixu (1): HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macros drivers/hid/intel-ish-hid/ipc/hw-ish.h | 45 ++++++++++--------- drivers/hid/intel-ish-hid/ipc/ipc.c | 14 +++--- drivers/hid/intel-ish-hid/ipc/pci-ish.c | 59 +++++++++++++------------ 3 files changed, 60 insertions(+), 58 deletions(-) -- 2.40.1