From: Aaron Ma Date: Tue, 21 May 2019 05:09:10 +0000 (-0700) Subject: Input: elantech - enable middle button support on 2 ThinkPads X-Git-Tag: v4.19.59~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe01e93c3fd1d6a05a78ce105ce49f9bd3d5c596;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Dmitry Torokhov Signed-off-by: Sasha Levin --- diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index a7f8b16..530142b 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 };