Skip to content

Commit 37303d6

Browse files
AdityaGarg8Sasha Levin
authored and
Sasha Levin
committed
Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5
commit 2abc698 upstream. Enable InterTouch mode on TUXEDO InfinityBook Pro 14 v5 by adding "SYN1221" to the list of SMBus-enabled variants. Add support for InterTouch on SYN1221 by adding it to the list of SMBus-enabled variants. Reported-by: Matthias Eilert <[email protected]> Tested-by: Matthias Eilert <[email protected]> Signed-off-by: Aditya Garg <[email protected]> Link: https://lore.kernel.org/r/PN3PR01MB9597C033C4BC20EE2A0C4543B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c823da2 commit 37303d6

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
@@ -190,6 +190,7 @@ static const char * const smbus_pnp_ids[] = {
190190
"LEN2054", /* E480 */
191191
"LEN2055", /* E580 */
192192
"LEN2068", /* T14 Gen 1 */
193+
"SYN1221", /* TUXEDO InfinityBook Pro 14 v5 */
193194
"SYN3003", /* HP EliteBook 850 G1 */
194195
"SYN3015", /* HP EliteBook 840 G2 */
195196
"SYN3052", /* HP EliteBook 840 G4 */

0 commit comments

Comments
 (0)