]> Git Repo - J-linux.git/commitdiff
Input: synaptics - enable SMBus on ThinkPad E480 and E580
authorAlexander Mikhaylenko <[email protected]>
Wed, 12 Jun 2019 21:59:46 +0000 (14:59 -0700)
committerDmitry Torokhov <[email protected]>
Wed, 12 Jun 2019 22:02:16 +0000 (15:02 -0700)
They are capable of using intertouch and it works well with
psmouse.synaptics_intertouch=1, so add them to the list.

Without it, scrolling and gestures are jumpy, three-finger pinch gesture
doesn't work and three- or four-finger swipes sometimes get stuck.

Signed-off-by: Alexander Mikhaylenko <[email protected]>
Reviewed-by: Benjamin Tissoires <[email protected]>
Cc: [email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/mouse/synaptics.c

index b6da0c1267e36e96cdc3b808e1fae122bec7add4..8e6077d8e434a30cf76598164aa95cffcf2439fb 100644 (file)
@@ -179,6 +179,8 @@ static const char * const smbus_pnp_ids[] = {
        "LEN0096", /* X280 */
        "LEN0097", /* X280 -> ALPS trackpoint */
        "LEN200f", /* T450s */
+       "LEN2054", /* E480 */
+       "LEN2055", /* E580 */
        "SYN3052", /* HP EliteBook 840 G4 */
        "SYN3221", /* HP 15-ay000 */
        NULL
This page took 0.048824 seconds and 4 git commands to generate.