summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Walker <matt.g.d.walker@gmail.com>2013-12-05 12:39:02 -0800
committerBen Hutchings <ben@decadent.org.uk>2015-08-07 00:32:14 +0100
commit4881050ef0c893d76ca8bcd163402cc60514300f (patch)
tree831ac216030b14d9ba616ea824be96e8a039a4de
parentf605bc363ee5e851629fa7728c8b5fb039aba0ab (diff)
Input: elantech - add support for newer (August 2013) devices
commit 9cb80b965eaf7af1369f6e16f48a05fbaaccc021 upstream. Added detection for newer Elantech touchpads, so that kernel doesn't fall-back to default PS/2 driver. Supports touchpads released after ~August 2013. Fixes bug: https://lists.launchpad.net/kernel-packages/msg18481.html Tested on an Acer Aspire S7-392-6302. Signed-off by: Matt Walker <matt.g.d.walker@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/input/mouse/elantech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index d17d72f7481e..b2a6db738ec7 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1286,6 +1286,7 @@ static int elantech_set_properties(struct elantech_data *etd)
break;
case 6:
case 7:
+ case 8:
etd->hw_version = 4;
break;
default: