aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorAaron Ma <aaron.ma@canonical.com>2019-05-20 22:09:10 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-05-20 22:46:15 -0700
commitaa440de3058a3ef530851f9ef373fbb5f694dbc3 (patch)
treee81b380ccdf9a491b24ed7be780b5a72b3d22723 /drivers/input/mouse
parentInput: elan_i2c - increment wakeup count if wake source (diff)
downloadlinux-dev-aa440de3058a3ef530851f9ef373fbb5f694dbc3.tar.xz
linux-dev-aa440de3058a3ef530851f9ef373fbb5f694dbc3.zip
Input: elantech - enable middle button support on 2 ThinkPads
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>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r--drivers/input/mouse/elantech.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index a7f8b1614559..530142b5a115 100644
--- 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
};