On Sun, Apr 21, 2019 at 3:27 PM Alexander Mikhaylenko <exalm7659@xxxxxxxxx> wrote: > > 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 <exalm7659@xxxxxxxxx> > --- Based on comments about suspend/resume in the thread: Reviewed-by: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> Teika: note that you are welcome to provide a reviewed-by in any cases, even if you "are not a kernel developer", you know enough to say if this kind of patch is valid or not :) Cheers, Benjamin > drivers/input/mouse/synaptics.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c > index b6da0c1267e3..8e6077d8e434 100644 > --- a/drivers/input/mouse/synaptics.c > +++ b/drivers/input/mouse/synaptics.c > @@ -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 > -- > 2.21.0 >