aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.c
diff options
context:
space:
mode:
authorMatt Walker <matt.g.d.walker@gmail.com>2013-12-05 12:39:02 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-12-05 12:49:49 -0800
commit9cb80b965eaf7af1369f6e16f48a05fbaaccc021 (patch)
treefb0991a89baf2ea27bd471f1a08f4e8ae011e8b5 /drivers/input/mouse/elantech.c
parentInput: add SW_MUTE_DEVICE switch definition (diff)
downloadlinux-dev-9cb80b965eaf7af1369f6e16f48a05fbaaccc021.tar.xz
linux-dev-9cb80b965eaf7af1369f6e16f48a05fbaaccc021.zip
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 <matt.g.d.walker@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/elantech.c')
-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: