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 ab41a31 commit 4d05105Copy full SHA for 4d05105
drivers/hid/intel-ish-hid/ipc/hw-ish.h
@@ -34,6 +34,7 @@
34
#define RPL_S_DEVICE_ID 0x7A78
35
#define MTL_P_DEVICE_ID 0x7E45
36
#define ARL_H_DEVICE_ID 0x7745
37
+#define ARL_S_DEVICE_ID 0x7F78
38
39
#define REVISION_ID_CHT_A0 0x6
40
#define REVISION_ID_CHT_Ax_SI 0x0
drivers/hid/intel-ish-hid/ipc/pci-ish.c
@@ -45,6 +45,7 @@ static const struct pci_device_id ish_pci_tbl[] = {
45
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, RPL_S_DEVICE_ID)},
46
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, MTL_P_DEVICE_ID)},
47
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, ARL_H_DEVICE_ID)},
48
+ {PCI_DEVICE(PCI_VENDOR_ID_INTEL, ARL_S_DEVICE_ID)},
49
{0, }
50
};
51
MODULE_DEVICE_TABLE(pci, ish_pci_tbl);
0 commit comments