aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.c
diff options
context:
space:
mode:
author洪一竹 <sam.hung@emc.com.tw>2015-06-04 22:00:24 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-06-04 22:34:39 -0700
commit692dd1916436164e228608803dfb6cb768d6355a (patch)
treee12c4ea20a4a19c13bc2750e873ef0be95ac56ff /drivers/input/mouse/elantech.c
parentInput: elantech - fix detection of touchpads where the revision matches a known rate (diff)
downloadlinux-dev-692dd1916436164e228608803dfb6cb768d6355a.tar.xz
linux-dev-692dd1916436164e228608803dfb6cb768d6355a.zip
Input: elantech - add new icbody type
This adds new icbody type to the list recognized by Elantech PS/2 driver. Cc: stable@vger.kernel.org Signed-off-by: Sam Hung <sam.hung@emc.com.tw> 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 f181d73d9629..ce3d40004458 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1556,6 +1556,7 @@ static int elantech_set_properties(struct elantech_data *etd)
case 9:
case 10:
case 13:
+ case 14:
etd->hw_version = 4;
break;
default: