Re: [PATCH libinput 1/2] touchpad: fix pinned finger drifting

2015-06-15 Thread Hans de Goede
Hi, On 15-06-15 06:40, Peter Hutterer wrote: This caused the finger to be unpinned on the first motion event after the click, effectively disabling this feature. Signed-off-by: Peter Hutterer Oops, my bad (IIRC), looks good to me: Reviewed-by: Hans de Goede Regards, Hans --- src/evd

[PATCH libinput 1/2] touchpad: fix pinned finger drifting

2015-06-14 Thread Peter Hutterer
This caused the finger to be unpinned on the first motion event after the click, effectively disabling this feature. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c