[PATCH 3.16.y-ckt 010/135] Input: elantech - support new ICs types for version 4
Luis Henriques
luis.henriques at canonical.com
Fri Feb 6 11:59:48 UTC 2015
3.16.7-ckt6 -stable review patch. If anyone has any objections, please let me know.
------------------
From: Sam hung <sam.hung at emc.com.tw>
commit 810aa0918b2b032684c8cad13f73d6ba37ad11c0 upstream.
This change allows the driver to recognize newer Elantech touchpads.
Signed-off-by: Yi ju Hong <sam.hung at emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/input/mouse/elantech.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 0ec186d256fb..e66780e35962 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1397,6 +1397,8 @@ static int elantech_set_properties(struct elantech_data *etd)
case 7:
case 8:
case 9:
+ case 10:
+ case 13:
etd->hw_version = 4;
break;
default:
--
2.1.4
More information about the kernel-team
mailing list