Re: [PATCH libinput] touchpad: add a quirk for the HP Pavilion dm4

2016-11-29 Thread Peter Hutterer
On Tue, Nov 29, 2016 at 10:11:06AM +0100, Hans de Goede wrote: > Hi, > > On 29-11-16 04:48, Peter Hutterer wrote: > > On Mon, Nov 28, 2016 at 03:33:25PM +0100, Hans de Goede wrote: > > > Hi, > > > > > > On 27-11-16 23:55, Peter Hutterer wrote: > > > > This touchpad has cursor jumps for 2-finger s

Re: [PATCH libinput] touchpad: add a quirk for the HP Pavilion dm4

2016-11-29 Thread Hans de Goede
Hi, On 29-11-16 04:48, Peter Hutterer wrote: On Mon, Nov 28, 2016 at 03:33:25PM +0100, Hans de Goede wrote: Hi, On 27-11-16 23:55, Peter Hutterer wrote: This touchpad has cursor jumps for 2-finger scrolling that also affects the single-finger emulation. So disable any multitouch bits on this

Re: [PATCH libinput] touchpad: add a quirk for the HP Pavilion dm4

2016-11-28 Thread Peter Hutterer
On Mon, Nov 28, 2016 at 03:33:25PM +0100, Hans de Goede wrote: > Hi, > > On 27-11-16 23:55, Peter Hutterer wrote: > > This touchpad has cursor jumps for 2-finger scrolling that also affects the > > single-finger emulation. So disable any multitouch bits on this device and > > disallow the 2-finger

Re: [PATCH libinput] touchpad: add a quirk for the HP Pavilion dm4

2016-11-28 Thread Hans de Goede
Hi, On 27-11-16 23:55, Peter Hutterer wrote: This touchpad has cursor jumps for 2-finger scrolling that also affects the single-finger emulation. So disable any multitouch bits on this device and disallow the 2-finger scroll method. This still allows for 2-finger tapping/clicking. https://bugs.

[PATCH libinput] touchpad: add a quirk for the HP Pavilion dm4

2016-11-27 Thread Peter Hutterer
This touchpad has cursor jumps for 2-finger scrolling that also affects the single-finger emulation. So disable any multitouch bits on this device and disallow the 2-finger scroll method. This still allows for 2-finger tapping/clicking. https://bugs.freedesktop.org/show_bug.cgi?id=91135 Signed-of