Re: [PATCH libinput] evdev: add a quirk for the HP Zbook Studio G3

2016-11-20 Thread Hans de Goede
Hi, On 20-11-16 00:41, Peter Hutterer wrote: Announces 4 slots but only sends data for the first two. This causes libinput to miss three-finger actions (we don't look at BTN_TOOL_TRIPLETAP if we have 3 or more slots). https://bugs.freedesktop.org/show_bug.cgi?id=98100 Signed-off-by: Peter Hutt

[PATCH libinput] evdev: add a quirk for the HP Zbook Studio G3

2016-11-19 Thread Peter Hutterer
Announces 4 slots but only sends data for the first two. This causes libinput to miss three-finger actions (we don't look at BTN_TOOL_TRIPLETAP if we have 3 or more slots). https://bugs.freedesktop.org/show_bug.cgi?id=98100 Signed-off-by: Peter Hutterer --- src/evdev.c|