Skip to content

Commit 3011b91

Browse files
pyma1gregkh
authored andcommitted
Input: elantech - enable middle button of touchpad on ThinkPad P72
commit 91a9750 upstream. Adding 2 new touchpad IDs to support middle button support. Cc: [email protected] Signed-off-by: Aaron Ma <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9691f74 commit 3011b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/mouse/elantech.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,8 @@ static const struct dmi_system_id elantech_dmi_has_middle_button[] = {
11801180
static const char * const middle_button_pnp_ids[] = {
11811181
"LEN2131", /* ThinkPad P52 w/ NFC */
11821182
"LEN2132", /* ThinkPad P52 */
1183+
"LEN2133", /* ThinkPad P72 w/ NFC */
1184+
"LEN2134", /* ThinkPad P72 */
11831185
NULL
11841186
};
11851187

0 commit comments

Comments
 (0)