File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
drivers/hid/intel-ish-hid/ipc Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 28
28
#define EHL_Ax_DEVICE_ID 0x4BB3
29
29
#define TGL_LP_DEVICE_ID 0xA0FC
30
30
#define TGL_H_DEVICE_ID 0x43FC
31
+ #define ADL_S_DEVICE_ID 0x7AF8
32
+ #define ADL_P_DEVICE_ID 0x51FC
31
33
32
34
#define REVISION_ID_CHT_A0 0x6
33
35
#define REVISION_ID_CHT_Ax_SI 0x0
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ static const struct pci_device_id ish_pci_tbl[] = {
39
39
{PCI_DEVICE (PCI_VENDOR_ID_INTEL , EHL_Ax_DEVICE_ID )},
40
40
{PCI_DEVICE (PCI_VENDOR_ID_INTEL , TGL_LP_DEVICE_ID )},
41
41
{PCI_DEVICE (PCI_VENDOR_ID_INTEL , TGL_H_DEVICE_ID )},
42
+ {PCI_DEVICE (PCI_VENDOR_ID_INTEL , ADL_S_DEVICE_ID )},
43
+ {PCI_DEVICE (PCI_VENDOR_ID_INTEL , ADL_P_DEVICE_ID )},
42
44
{0 , }
43
45
};
44
46
MODULE_DEVICE_TABLE (pci , ish_pci_tbl );
You can’t perform that action at this time.
0 commit comments