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 8db8be9 commit 467249aCopy full SHA for 467249a
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -32,6 +32,7 @@
32
#define ADL_P_DEVICE_ID 0x51FC
33
#define ADL_N_DEVICE_ID 0x54FC
34
#define RPL_S_DEVICE_ID 0x7A78
35
+#define MTL_P_DEVICE_ID 0x7E45
36
37
#define REVISION_ID_CHT_A0 0x6
38
#define REVISION_ID_CHT_Ax_SI 0x0
drivers/hid/intel-ish-hid/ipc/pci-ish.c
@@ -43,6 +43,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
43
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ADL_P_DEVICE_ID)},
44
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ADL_N_DEVICE_ID)},
45
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, RPL_S_DEVICE_ID)},
46
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, MTL_P_DEVICE_ID)},
47
{0, }
48
};
49
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);
0 commit comments