projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1349f
)
Input: elantech - add new icbody type 15
author
Aaron Ma
<aaron.ma@canonical.com>
Sun, 26 Nov 2017 00:48:41 +0000
(16:48 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 08:29:53 +0000
(09:29 +0100)
commit
10d900303f1c3a821eb0bef4e7b7ece16768fba4
upstream.
The touchpad of Lenovo Thinkpad L480 reports it's version as 15.
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/mouse/elantech.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/elantech.c
b/drivers/input/mouse/elantech.c
index
cd834da
..
59603a5
100644
(file)
--- a/
drivers/input/mouse/elantech.c
+++ b/
drivers/input/mouse/elantech.c
@@
-1609,7
+1609,7
@@
static int elantech_set_properties(struct elantech_data *etd)
case 5:
etd->hw_version = 3;
break;
- case 6 ... 1
4
:
+ case 6 ... 1
5
:
etd->hw_version = 4;
break;
default: