Skip to content

Commit 10ec4af

Browse files
EvenxfJiri Kosina
authored andcommitted
HID: intel-ish-hid: ipc: add ADL and RPL device id
Add device IDs of Alder Lake N and Raptor Lake S into ishtp support list. Signed-off-by: Even Xu <even.xu@intel.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 5e20645 commit 10ec4af

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#define TGL_H_DEVICE_ID 0x43FC
3131
#define ADL_S_DEVICE_ID 0x7AF8
3232
#define ADL_P_DEVICE_ID 0x51FC
33+
#define ADL_N_DEVICE_ID 0x54FC
34+
#define RPL_S_DEVICE_ID 0x7A78
3335

3436
#define REVISION_ID_CHT_A0 0x6
3537
#define REVISION_ID_CHT_Ax_SI 0x0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ static const struct pci_device_id ish_pci_tbl[] = {
4141
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, TGL_H_DEVICE_ID)},
4242
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ADL_S_DEVICE_ID)},
4343
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ADL_P_DEVICE_ID)},
44+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ADL_N_DEVICE_ID)},
45+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, RPL_S_DEVICE_ID)},
4446
{0, }
4547
};
4648
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);

0 commit comments

Comments
 (0)