Skip to content

Commit b640be5

Browse files
EvenxfJiri Kosina
authored andcommitted
HID: intel-ish-hid: ipc: add EHL device id
EHL is a new platform using ishtp solution, add its device id to support list. Signed-off-by: Even Xu <[email protected]> Acked-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent b72fb1d commit b640be5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#define ICL_MOBILE_DEVICE_ID 0x34FC
2525
#define SPT_H_DEVICE_ID 0xA135
2626
#define CML_LP_DEVICE_ID 0x02FC
27+
#define EHL_Ax_DEVICE_ID 0x4BB3
2728

2829
#define REVISION_ID_CHT_A0 0x6
2930
#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
@@ -33,6 +33,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
3333
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ICL_MOBILE_DEVICE_ID)},
3434
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_H_DEVICE_ID)},
3535
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CML_LP_DEVICE_ID)},
36+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, EHL_Ax_DEVICE_ID)},
3637
{0, }
3738
};
3839
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);

0 commit comments

Comments
 (0)