Re: [PATCH libinput 1/9] touchpad: simplify resolution check

2015-03-17 Thread Hans de Goede
Hi, On 17-03-15 06:34, Peter Hutterer wrote: The struct evdev_device's absinfo_x/y point to the right axis Signed-off-by: Peter Hutterer The entire series looks good to me and is: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 13 ++--- 1 file changed

[PATCH libinput 1/9] touchpad: simplify resolution check

2015-03-16 Thread Peter Hutterer
The struct evdev_device's absinfo_x/y point to the right axis Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index a932287..d0311a4 100644 --- a/src/evd