Skip to content

Commit 8edd71d

Browse files
AdityaGarg8Sasha Levin
authored andcommitted
Input: synaptics - enable InterTouch on Dynabook Portege X30L-G
commit 47d768b upstream. Enable InterTouch mode on Dynabook Portege X30L-G by adding "TOS01f6" to the list of SMBus-enabled variants. Reported-by: Xuntao Chi <chotaotao1qaz2wsx@gmail.com> Tested-by: Xuntao Chi <chotaotao1qaz2wsx@gmail.com> Signed-off-by: Aditya Garg <gargaditya08@live.com> Link: https://lore.kernel.org/r/PN3PR01MB959786E4AC797160CDA93012B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6528ff1 commit 8edd71d

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+
"TOS01f6", /* Dynabook Portege X30L-G */
197198
"TOS0213", /* Dynabook Portege X30-D */
198199
NULL
199200
};

0 commit comments

Comments
 (0)