[PATCH libinput] touchpad: don't disable the hysteresis unless a finger is down

2018-01-07 Thread Peter Hutterer
On the very first event, the last_motion_time set by tp_begin_touch is not yet set because we are called before the pressure-based touch detection takes effect. And any event timestamp is more than 80ms after a zero timestamp, causing the hysteresis to always be disabled.

Re: [PATCH] Unconditionally add linux-dmabuf’s protocol to BUILT_SOURCES

2018-01-07 Thread Quentin Glidic
On 1/7/18 12:09 PM, Emmanuel Gil Peyrot wrote: This was preventing weston-info from building if both weston-simple-dmabuf-drm and weston-simple-dmabuf-v4l2 were disabled at build-time. Signed-off-by: Emmanuel Gil Peyrot Reported-by: Cedric Sodhi

[PATCH] Unconditionally add linux-dmabuf’s protocol to BUILT_SOURCES

2018-01-07 Thread Emmanuel Gil Peyrot
This was preventing weston-info from building if both weston-simple-dmabuf-drm and weston-simple-dmabuf-v4l2 were disabled at build-time. Signed-off-by: Emmanuel Gil Peyrot Reported-by: Cedric Sodhi Tested-by: Cedric Sodhi ---