Skip to content

Commit 768ea88

Browse files
Lyudedtor
authored andcommitted
Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation
Just got one of these for debugging some unrelated issues, and noticed that Lenovo seems to have gone back to using RMI4 over smbus with Synaptics touchpads on some of their new systems, particularly this one. So, let's enable RMI mode for the X1 Extreme 2nd Generation. Signed-off-by: Lyude Paul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent ba60cf9 commit 768ea88

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
@@ -177,6 +177,7 @@ static const char * const smbus_pnp_ids[] = {
177177
"LEN0096", /* X280 */
178178
"LEN0097", /* X280 -> ALPS trackpoint */
179179
"LEN009b", /* T580 */
180+
"LEN0402", /* X1 Extreme 2nd Generation */
180181
"LEN200f", /* T450s */
181182
"LEN2054", /* E480 */
182183
"LEN2055", /* E580 */

0 commit comments

Comments
 (0)