projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d2c7b
)
Input: elantech - enable middle button of touchpad on ThinkPad P72
author
Aaron Ma
<aaron.ma@canonical.com>
Tue, 18 Sep 2018 16:32:22 +0000
(09:32 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 18 Sep 2018 22:28:07 +0000
(15:28 -0700)
Adding 2 new touchpad IDs to support middle button support.
Cc: stable@vger.kernel.org
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 44f57cf6675bbf10ed6fd5bc8b9900936e76a086..2d95e8d93cc761aefb102217473d940faf1e4d02 100644
(file)
--- a/
drivers/input/mouse/elantech.c
+++ b/
drivers/input/mouse/elantech.c
@@
-1178,6
+1178,8
@@
static const struct dmi_system_id elantech_dmi_has_middle_button[] = {
static const char * const middle_button_pnp_ids[] = {
"LEN2131", /* ThinkPad P52 w/ NFC */
"LEN2132", /* ThinkPad P52 */
+ "LEN2133", /* ThinkPad P72 w/ NFC */
+ "LEN2134", /* ThinkPad P72 */
NULL
};