Re: [PATCH libinput 2/6] touchpad: move CAP_GESTURE assignment to the touchpad code

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 08:11, Peter Hutterer wrote: That's where we set the pointer cap too. No functional changes. Signed-off-by: Peter Hutterer LGTM: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 1 + src/evdev.c | 1 - 2 files changed, 1 insertion(+)

[PATCH libinput 2/6] touchpad: move CAP_GESTURE assignment to the touchpad code

2015-07-29 Thread Peter Hutterer
That's where we set the pointer cap too. No functional changes. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 1 + src/evdev.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index ee1612e..e110b9a 10