We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a1b06 commit abb33eeCopy full SHA for abb33ee
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -24,6 +24,7 @@
24
#define ICL_MOBILE_DEVICE_ID 0x34FC
25
#define SPT_H_DEVICE_ID 0xA135
26
#define CML_LP_DEVICE_ID 0x02FC
27
+#define CMP_H_DEVICE_ID 0x06FC
28
#define EHL_Ax_DEVICE_ID 0x4BB3
29
30
#define REVISION_ID_CHT_A0 0x6
drivers/hid/intel-ish-hid/ipc/pci-ish.c
@@ -34,6 +34,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
34
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ICL_MOBILE_DEVICE_ID)},
35
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_H_DEVICE_ID)},
36
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CML_LP_DEVICE_ID)},
37
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, CMP_H_DEVICE_ID)},
38
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, EHL_Ax_DEVICE_ID)},
39
{0, }
40
};
0 commit comments