Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] Input: synaptics - enable Synaptics InterTouch for ThinkPad X270
@ 2026-06-22 21:44 Mark Alexander
  0 siblings, 0 replies; only message in thread
From: Mark Alexander @ 2026-06-22 21:44 UTC (permalink / raw)
  To: linux-input; +Cc: linux-kernel, Mark Alexander


On a ThinkPad X270, I see this in /var/log/messages:

Jun 20 07:28:11 x270 kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN2046 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.

Add LEN2046 to the SMB list to eliminate this warning.

Tested on a ThinkPad X270 with kernel 7.1.0 and Fedora 43.

Signed-off-by: Mark Alexander <marka@pobox.com>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index c70502e240..0684e25b2a 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -188,6 +188,7 @@ static const char * const smbus_pnp_ids[] = {
 	"LEN0411", /* L14 Gen 1 */
 	"LEN200f", /* T450s */
 	"LEN2044", /* L470  */
+	"LEN2046", /* X270  */
 	"LEN2054", /* E480 */
 	"LEN2055", /* E580 */
 	"LEN2058", /* E490 */
-- 
2.54.0


-- 
Mark Alexander marka@pobox.com


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 21:44 [PATCH] Input: synaptics - enable Synaptics InterTouch for ThinkPad X270 Mark Alexander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox