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 306d5ac commit 1479a82Copy full SHA for 1479a82
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -26,6 +26,7 @@
26
#define CML_LP_DEVICE_ID 0x02FC
27
#define CMP_H_DEVICE_ID 0x06FC
28
#define EHL_Ax_DEVICE_ID 0x4BB3
29
+#define TGL_LP_DEVICE_ID 0xA0FC
30
31
#define REVISION_ID_CHT_A0 0x6
32
#define REVISION_ID_CHT_Ax_SI 0x0
drivers/hid/intel-ish-hid/ipc/pci-ish.c
@@ -36,6 +36,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
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
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, TGL_LP_DEVICE_ID)},
40
{0, }
41
};
42
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);
0 commit comments