Re: [PATCH libinput 08/10] touchpad: hook up pointer acceleration configuration

2014-09-19 Thread Hans de Goede
Hi, On 09/19/2014 07:44 AM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- This is exactly the same code as in src/evdev.c since evdev-mt-touchpad derives from evdev, can't it re-use that code somehow ? Regards, Hans src/evdev-mt-touchpad.c | 45

[PATCH libinput 08/10] touchpad: hook up pointer acceleration configuration

2014-09-18 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/evdev-mt-touchpad.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 0b51809..5637774 100644 --- a/src/evdev-mt-touchpad.c +++