Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: synaptics - enable InterTouch for the ThinkPad P1 G3

Noticed this while trying to debug some unrelated issues: this laptop has
the ability to use rmi4 but doesn't by default. So let's fix that.

Tested locally, including mouse buttons, on my ThinkPad P1 G3. This might
also enable the X1 Extreme G3, but I don't have such a system to test
locally (presumably Mark can chime in if that's the case).

Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://lore.kernel.org/r/20220909202127.141761-1-lyude@redhat.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Lyude Paul and committed by
Dmitry Torokhov
7984b435 d56111ed

+1
+1
drivers/input/mouse/synaptics.c
··· 182 182 "LEN0099", /* X1 Extreme Gen 1 / P1 Gen 1 */ 183 183 "LEN009b", /* T580 */ 184 184 "LEN0402", /* X1 Extreme Gen 2 / P1 Gen 2 */ 185 + "LEN040f", /* P1 Gen 3 */ 185 186 "LEN200f", /* T450s */ 186 187 "LEN2044", /* L470 */ 187 188 "LEN2054", /* E480 */