Re: [PATCH weston] build: fix setuid check

2015-04-12 Thread Pekka Paalanen
On Sat, 11 Apr 2015 15:50:25 +0300 Giulio Camuffo wrote: > 2015-04-10 19:55 GMT+03:00 Derek Foreman : > > At least in some shells test needs 3 arguments for string comparison > > Hi, > > this fixes the issue for me. > > Reviewed-By: Giulio Camuffo > Pushed. 9a0b2b5..6d11679 master -> ma

Re: [PATCH weston] input: Don't use uninitialized variables in default_grab_pointer_focus()

2015-04-12 Thread Pekka Paalanen
On Fri, 10 Apr 2015 11:13:22 -0500 Derek Foreman wrote: > On 10/04/15 09:41 AM, Derek Foreman wrote: > > On 10/04/15 02:16 AM, Pekka Paalanen wrote: > >> On Wed, 8 Apr 2015 15:18:41 -0500 > >> Derek Foreman wrote: > >> > >>> If we have no pointer focus and weston_compositor_pick_view() returns

Re: [PATCH libinput 0/3] Fix Lenovo X230 series touchpad

2015-04-12 Thread Giulio Camuffo
Hi, I've been testing it for the last couple days, and i think it's an improvement. However i think it could be better still, i feel the pointer is too slow when moving the finger at a normal speed. -- Giulio 2015-04-09 20:30 GMT+03:00 Benjamin Tissoires : > Hi, > > Here is a series to try maki

[PATCH libinput 3/3] test: add a scrollwheel-only device

2015-04-12 Thread Peter Hutterer
This currently requires a specific udev rule to tag the device, once the matching bits are upstream we can drop this. Signed-off-by: Peter Hutterer --- test/Makefile.am | 1 + test/litest-wheel-only.c | 68 test/litest.c| 2 +

[PATCH libinput 2/3] Don't post a events for a missing capability

2015-04-12 Thread Peter Hutterer
Log a bug instead. Signed-off-by: Peter Hutterer --- src/libinput.c | 56 1 file changed, 56 insertions(+) diff --git a/src/libinput.c b/src/libinput.c index 8014457..bcb2509 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -1065,6 +10

[PATCH libinput 1/3] evdev: any scroll device must have CAP_POINTER

2015-04-12 Thread Peter Hutterer
Follow-up to e2f61b8fb74a06b86abd02caa4cdfde5edc53a32. Scroll events are sent through the pointer interface, so we must set the capability. Otherwise a caller may not have the required bits set up and is a bit surprised by events coming out of an interface the device doesn't actually have (xf86-in

Re: [PATCH 2/6] compositor-drm: Allow instant start of repaint loop.

2015-04-12 Thread Mario Kleiner
On 04/08/2015 11:14 AM, Pekka Paalanen wrote: On Wed, 08 Apr 2015 03:12:25 +0200 Mario Kleiner wrote: On 04/07/2015 09:34 AM, Pekka Paalanen wrote: On Sat, 04 Apr 2015 19:45:10 +0200 Mario Kleiner wrote: On 04/02/2015 01:37 PM, Pekka Paalanen wrote: On Thu, 2 Apr 2015 07:10:50 +0200 Mari