diff options
author | Song Hongyan <hongyan.song@intel.com> | 2017-06-29 16:43:33 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-06-30 04:24:18 -0400 |
commit | 1e3b74a2f844c3fcd8b3206178b8c6524aa34d05 (patch) | |
tree | cf38c513463f7400cc0508800cbe2df4445f64bc | |
parent | 21e04ddff42ec957ca86a95de0bb85ae6a9a36f5 (diff) |
HID: intel-ish-hid: Enable Cannon Lake ish driver
Added PCI ID for Cannon Lake ISH.
Signed-off-by: Song Hongyan <hongyan.song@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 | ||||
-rw-r--r-- | drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/intel-ish-hid/ipc/hw-ish.h index fd34307a7a70..ddc826347917 100644 --- a/drivers/hid/intel-ish-hid/ipc/hw-ish.h +++ b/drivers/hid/intel-ish-hid/ipc/hw-ish.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #define BXT_Bx_DEVICE_ID 0x1AA2 | 26 | #define BXT_Bx_DEVICE_ID 0x1AA2 |
27 | #define APL_Ax_DEVICE_ID 0x5AA2 | 27 | #define APL_Ax_DEVICE_ID 0x5AA2 |
28 | #define SPT_Ax_DEVICE_ID 0x9D35 | 28 | #define SPT_Ax_DEVICE_ID 0x9D35 |
29 | #define CNL_Ax_DEVICE_ID 0x9DFC | ||
29 | 30 | ||
30 | #define REVISION_ID_CHT_A0 0x6 | 31 | #define REVISION_ID_CHT_A0 0x6 |
31 | #define REVISION_ID_CHT_Ax_SI 0x0 | 32 | #define REVISION_ID_CHT_Ax_SI 0x0 |
diff --git a/drivers/hid/intel-ish-hid/ipc/pci-ish.c b/drivers/hid/intel-ish-hid/ipc/pci-ish.c index 8df81dc84529..878e96a89d9d 100644 --- a/drivers/hid/intel-ish-hid/ipc/pci-ish.c +++ b/drivers/hid/intel-ish-hid/ipc/pci-ish.c | |||
@@ -35,6 +35,7 @@ static const struct pci_device_id ish_pci_tbl[] = { | |||
35 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, BXT_Bx_DEVICE_ID)}, | 35 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, BXT_Bx_DEVICE_ID)}, |
36 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, APL_Ax_DEVICE_ID)}, | 36 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, APL_Ax_DEVICE_ID)}, |
37 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, SPT_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)}, | ||
38 | {0, } | 39 | {0, } |
39 | }; | 40 | }; |
40 | MODULE_DEVICE_TABLE(pci, ish_pci_tbl); | 41 | MODULE_DEVICE_TABLE(pci, ish_pci_tbl); |