Skip to content

Commit 6b86355

Browse files
innovarasmb49
authored andcommitted
Input: synaptics - enable InterTouch on Dynabook Portege X30-D
BugLink: https://bugs.launchpad.net/bugs/2115252 commit 6d7ea08 upstream. [ 5.989588] psmouse serio1: synaptics: Your touchpad (PNP: TOS0213 PNP0f03) 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 [email protected]. [ 6.039923] psmouse serio1: synaptics: Touchpad model: 1, fw: 9.32, id: 0x1e2a1, caps: 0xf00223/0x840300/0x12e800/0x52d884, board id: 3322, fw id: 2658004 The board is labelled TM3322. Present on the Toshiba / Dynabook Portege X30-D and possibly others. Confirmed working well with psmouse.synaptics_intertouch=1 and local build. Signed-off-by: Manuel Fombuena <[email protected]> Signed-off-by: Aditya Garg <[email protected]> Link: https://lore.kernel.org/r/PN3PR01MB9597711E7933A08389FEC31DB888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent d365c61 commit 6b86355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ static const char * const smbus_pnp_ids[] = {
194194
"SYN3221", /* HP 15-ay000 */
195195
"SYN323d", /* HP Spectre X360 13-w013dx */
196196
"SYN3257", /* HP Envy 13-ad105ng */
197+
"TOS0213", /* Dynabook Portege X30-D */
197198
NULL
198199
};
199200

0 commit comments

Comments
 (0)