Re: [PATCH libinput] evdev: add quirk for the HP85810 touchpad

2016-08-31 Thread Peter Hutterer
On Thu, Sep 01, 2016 at 09:28:48AM +1000, Peter Hutterer wrote: > On Wed, Aug 31, 2016 at 03:41:57PM +0200, Daniel Martin wrote: > > On 31 August 2016 at 02:27, Peter Hutterer wrote: > > > The touchpad's says it can do two- and three-finger detection but it never > > > sends events for it. Disable

Re: [PATCH libinput] evdev: add quirk for the HP85810 touchpad

2016-08-31 Thread Peter Hutterer
On Wed, Aug 31, 2016 at 03:41:57PM +0200, Daniel Martin wrote: > On 31 August 2016 at 02:27, Peter Hutterer wrote: > > The touchpad's says it can do two- and three-finger detection but it never > > sends events for it. Disable them so we treat it as pure single-finger > > touchpad. > > > > https:/

Re: [PATCH libinput] evdev: add quirk for the HP85810 touchpad

2016-08-31 Thread Daniel Martin
On 31 August 2016 at 02:27, Peter Hutterer wrote: > The touchpad's says it can do two- and three-finger detection but it never > sends events for it. Disable them so we treat it as pure single-finger > touchpad. > > https://bugzilla.redhat.com/show_bug.cgi?id=1351285 > > Signed-off-by: Peter Hutte

Re: [PATCH libinput] evdev: add quirk for the HP85810 touchpad

2016-08-31 Thread Hans de Goede
Hi, On 31-08-16 02:27, Peter Hutterer wrote: The touchpad's says it can do two- and three-finger detection but it never sends events for it. Disable them so we treat it as pure single-finger touchpad. https://bugzilla.redhat.com/show_bug.cgi?id=1351285 Signed-off-by: Peter Hutterer Patch LG

[PATCH libinput] evdev: add quirk for the HP85810 touchpad

2016-08-30 Thread Peter Hutterer
The touchpad's says it can do two- and three-finger detection but it never sends events for it. Disable them so we treat it as pure single-finger touchpad. https://bugzilla.redhat.com/show_bug.cgi?id=1351285 Signed-off-by: Peter Hutterer --- src/evdev.c| 9 + src