Re: [PATCH libinput 11/11] evdev: load the LIBINPUT_CALIBRATION_MATRIX as default matrix

2014-08-28 Thread Hans de Goede
Hi, On 08/27/2014 06:31 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede > --- > See patch 08/11, not sure we really want that configuration back-channel. I think it is useful to have. Regards, Hans > > src/evdev.c | 19 --

[PATCH libinput 11/11] evdev: load the LIBINPUT_CALIBRATION_MATRIX as default matrix

2014-08-26 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- See patch 08/11, not sure we really want that configuration back-channel. src/evdev.c | 19 --- src/evdev.h | 4 src/udev-seat.c | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/evdev.c b/src/evdev.c inde