Skip to content

Commit 8791663

Browse files
Lyudedtor
authored andcommitted
Revert "Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation"
This reverts commit 68b9c5066e39af41d3448abfc887c77ce22dd64d. Ugh, I really dropped the ball on this one :\. So as it turns out RMI4 works perfectly fine on the X1 Extreme Gen 2 except for one thing I didn't notice because I usually use the trackpoint: clicking with the touchpad. Somehow this is broken, in fact we don't even seem to indicate BTN_LEFT as a valid event type for the RMI4 touchpad. And, I don't even see any RMI4 events coming from the touchpad when I press down on it. This only seems to work for PS/2 mode. Since that means we have a regression, and PS/2 mode seems to work fine for the time being - revert this for now. We'll have to do a more thorough investigation on this. Signed-off-by: Lyude Paul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 768ea88 commit 8791663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ static const char * const smbus_pnp_ids[] = {
177177
"LEN0096", /* X280 */
178178
"LEN0097", /* X280 -> ALPS trackpoint */
179179
"LEN009b", /* T580 */
180-
"LEN0402", /* X1 Extreme 2nd Generation */
181180
"LEN200f", /* T450s */
182181
"LEN2054", /* E480 */
183182
"LEN2055", /* E580 */

0 commit comments

Comments
 (0)