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 1e3b74a commit 1694130Copy full SHA for 1694130
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -27,6 +27,7 @@
27
#define APL_Ax_DEVICE_ID 0x5AA2
28
#define SPT_Ax_DEVICE_ID 0x9D35
29
#define CNL_Ax_DEVICE_ID 0x9DFC
30
+#define GLK_Ax_DEVICE_ID 0x31A2
31
32
#define REVISION_ID_CHT_A0 0x6
33
#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, APL_Ax_DEVICE_ID)},
37
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_Ax_DEVICE_ID)},
38
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, CNL_Ax_DEVICE_ID)},
39
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, GLK_Ax_DEVICE_ID)},
40
{0, }
41
};
42
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);
0 commit comments