aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Walker <[email protected]>2013-12-05 12:39:02 -0800
committerDmitry Torokhov <[email protected]>2013-12-05 12:49:49 -0800
commit9cb80b965eaf7af1369f6e16f48a05fbaaccc021 (patch)
treefb0991a89baf2ea27bd471f1a08f4e8ae011e8b5
parent3b5a7ab40c2a1bfd89dd5b4bbfe98f8692d5fd62 (diff)
Input: elantech - add support for newer (August 2013) devices
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 <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
-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 8551dcaf24db..597e9b8fc18d 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1313,6 +1313,7 @@ static int elantech_set_properties(struct elantech_data *etd)
break;
case 6:
case 7:
+ case 8:
etd->hw_version = 4;
break;
default: