Skip to content

Commit abb33ee

Browse files
Evenxfbentiss
authored andcommitted
HID: intel-ish-hid: ipc: add CMP device id
Add Comet Lake H into ishtp support list. Signed-off-by: Even Xu <[email protected]> Acked-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 18a1b06 commit abb33ee

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 CMP_H_DEVICE_ID 0x06FC
2728
#define EHL_Ax_DEVICE_ID 0x4BB3
2829

2930
#define REVISION_ID_CHT_A0 0x6

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
3434
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ICL_MOBILE_DEVICE_ID)},
3535
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_H_DEVICE_ID)},
3636
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CML_LP_DEVICE_ID)},
37+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CMP_H_DEVICE_ID)},
3738
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, EHL_Ax_DEVICE_ID)},
3839
{0, }
3940
};

0 commit comments

Comments
 (0)