diff options
author | Aaron Ma <aaron.ma@canonical.com> | 2019-05-21 07:09:10 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-05-21 07:46:15 +0200 |
commit | aa440de3058a3ef530851f9ef373fbb5f694dbc3 (patch) | |
tree | e81b380ccdf9a491b24ed7be780b5a72b3d22723 /drivers/input/mouse/elantech.c | |
parent | Input: elan_i2c - increment wakeup count if wake source (diff) | |
download | linux-aa440de3058a3ef530851f9ef373fbb5f694dbc3.tar.xz linux-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/elantech.c')
-rw-r--r-- | drivers/input/mouse/elantech.c | 2 |
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 }; |