projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
145b11d
)
Input: elantech - enable middle button support on 2 ThinkPads
author
Aaron Ma
<aaron.ma@canonical.com>
Tue, 21 May 2019 05:09:10 +0000
(22:09 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 21 May 2019 05:46:15 +0000
(22:46 -0700)
Adding 2 new touchpad PNPIDs to enable middle button support.
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elantech.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/elantech.c
b/drivers/input/mouse/elantech.c
index a7f8b16145595bd004b5fec8fdf27e2d6cf7f441..530142b5a115457588a7330131f462ca4b7830c6 100644
(file)
--- a/
drivers/input/mouse/elantech.c
+++ b/
drivers/input/mouse/elantech.c
@@
-1189,6
+1189,8
@@
static const char * const middle_button_pnp_ids[] = {
"LEN2132", /* ThinkPad P52 */
"LEN2133", /* ThinkPad P72 w/ NFC */
"LEN2134", /* ThinkPad P72 */
+ "LEN0407",
+ "LEN0408",
NULL
};