Skip to content

Commit 9843f3e

Browse files
alice-mkhdtor
authored andcommitted
Input: synaptics - enable SMBus on ThinkPad E480 and E580
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]>
1 parent ce9a53e commit 9843f3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ static const char * const smbus_pnp_ids[] = {
179179
"LEN0096", /* X280 */
180180
"LEN0097", /* X280 -> ALPS trackpoint */
181181
"LEN200f", /* T450s */
182+
"LEN2054", /* E480 */
183+
"LEN2055", /* E580 */
182184
"SYN3052", /* HP EliteBook 840 G4 */
183185
"SYN3221", /* HP 15-ay000 */
184186
NULL

0 commit comments

Comments
 (0)