diff options
author | Aaron Ma <aaron.ma@canonical.com> | 2019-05-20 22:09:10 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-21 09:04:17 +0200 |
commit | c83caff2c12f18e68e51635eb31fd4e5146ebf55 (patch) | |
tree | eed919e700de40177b7b1b32b74de1d49da5d707 | |
parent | abee7cfad6e2b813b209882b46511f1051ea5cca (diff) | |
download | linux-stable-c83caff2c12f18e68e51635eb31fd4e5146ebf55.tar.gz linux-stable-c83caff2c12f18e68e51635eb31fd4e5146ebf55.tar.bz2 linux-stable-c83caff2c12f18e68e51635eb31fd4e5146ebf55.zip |
Input: elantech - enable middle button support on 2 ThinkPads
[ Upstream commit aa440de3058a3ef530851f9ef373fbb5f694dbc3 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-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 fda33fc3ffcc..ab4888d043f0 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1191,6 +1191,8 @@ static const char * const middle_button_pnp_ids[] = { "LEN2132", /* ThinkPad P52 */ "LEN2133", /* ThinkPad P72 w/ NFC */ "LEN2134", /* ThinkPad P72 */ + "LEN0407", + "LEN0408", NULL }; |