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 20522fe commit a50e8e2Copy full SHA for a50e8e2
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -31,6 +31,7 @@
31
#define CNL_H_DEVICE_ID 0xA37C
32
#define ICL_MOBILE_DEVICE_ID 0x34FC
33
#define SPT_H_DEVICE_ID 0xA135
34
+#define CML_LP_DEVICE_ID 0x02FC
35
36
#define REVISION_ID_CHT_A0 0x6
37
#define REVISION_ID_CHT_Ax_SI 0x0
drivers/hid/intel-ish-hid/ipc/pci-ish.c
@@ -40,6 +40,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
40
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CNL_H_DEVICE_ID)},
41
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ICL_MOBILE_DEVICE_ID)},
42
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_H_DEVICE_ID)},
43
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, CML_LP_DEVICE_ID)},
44
{0, }
45
};
46
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);
0 commit comments