Re: [PATCH libinput 1/2] touchpad: check touchpad for basic features we expect

2015-05-29 Thread Hans de Goede
Hi, Both patch LGTM, series is: Reviewed-by: Hans de Goede Regards, Hans On 29-05-15 00:21, Peter Hutterer wrote: If a relative device is tagged by udev as ID_INPUT_TOUCHPAD we need to catch this before we try to dereference device->abs.absinfo_x. Signed-off-by: Peter Hutterer --- src/

[PATCH libinput 1/2] touchpad: check touchpad for basic features we expect

2015-05-28 Thread Peter Hutterer
If a relative device is tagged by udev as ID_INPUT_TOUCHPAD we need to catch this before we try to dereference device->abs.absinfo_x. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/src/evdev-mt-touchpad.c