Re: [PATCH libinput] udev: only apply default calibration on absolute devices

2014-12-04 Thread Jonas Ådahl
On Fri, Dec 05, 2014 at 01:46:07PM +1000, Peter Hutterer wrote: > Fixes a crash if the LIBINPUT_CALIBRATION_MATRIX is set for a relative > device. > > https://bugs.freedesktop.org/show_bug.cgi?id=86993 > > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl > --- > src/udev-seat.c | 3 ++-

[PATCH libinput] udev: only apply default calibration on absolute devices

2014-12-04 Thread Peter Hutterer
Fixes a crash if the LIBINPUT_CALIBRATION_MATRIX is set for a relative device. https://bugs.freedesktop.org/show_bug.cgi?id=86993 Signed-off-by: Peter Hutterer --- src/udev-seat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/udev-seat.c b/src/udev-seat.c index f7a3d