]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad E490
authorNicolás Bazaes <contacto@bazaes.cl>
Thu, 14 May 2026 01:35:49 +0000 (21:35 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 14 May 2026 04:43:04 +0000 (21:43 -0700)
commit16ca52bc209fa4bf9239cd9e5643e95533476b58
treefd1386337db5c2249e0e86bed6a7bf17c9e8ebef
parent6f89d96fff65aec1ff12bc566fca0eb1bb59e16e
Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad E490

The Lenovo ThinkPad E490 (PNP ID: LEN2058) has a Synaptics TM3471-020
touchpad that supports SMBus/RMI4 mode but is not listed in
smbus_pnp_ids[]. Without this entry, RMI4 over SMBus is not enabled
by default, and the touchpad falls back to PS/2 mode.

Adding LEN2058 to the passlist enables automatic RMI4 detection without
requiring the psmouse.synaptics_intertouch parameter, and matches
the behavior of similar ThinkPad models already in the list
(E480/LEN2054, E580/LEN2055).

Tested on ThinkPad E490 with kernel 7.0.5-zen1 and Arch Linux.
RMI4 over SMBus is confirmed working without any kernel parameters.

Signed-off-by: Nicolás Bazaes <contacto@bazaes.cl>
Assisted-by: Claude:claude-sonnet-4-6
Link: https://patch.msgid.link/20260514013552.14234-1-contacto@bazaes.cl
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c