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 ThinkPad P1/X1E gen 2

With the new RMI4 F3A support, we're now able to enable full RMI4
support for this model. We also tidy up the comments a bit, as the X1E
is essentially the same computer as the P1.

Acked-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://lore.kernel.org/r/20200930225046.173190-3-Jason@zx2c4.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jason A. Donenfeld and committed by
Dmitry Torokhov
127e4a1b a6977d75

+2 -1
+2 -1
drivers/input/mouse/synaptics.c
··· 179 179 "LEN0093", /* T480 */ 180 180 "LEN0096", /* X280 */ 181 181 "LEN0097", /* X280 -> ALPS trackpoint */ 182 - "LEN0099", /* X1 Extreme 1st */ 182 + "LEN0099", /* X1 Extreme Gen 1 / P1 Gen 1 */ 183 183 "LEN009b", /* T580 */ 184 + "LEN0402", /* X1 Extreme Gen 2 / P1 Gen 2 */ 184 185 "LEN200f", /* T450s */ 185 186 "LEN2044", /* L470 */ 186 187 "LEN2054", /* E480 */