From 21f0e2e3b7e826de34cbdd5e719b5653d9fbc74c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 25 Nov 2016 13:58:39 +1000 Subject: [PATCH] path: read the calibration prop on startup We were reading this property in the udev backend, but not in the path backend. Reported-by: Thomas Olszak Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede --- src/path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/path.c b/src/path.c index b14d8b67..0f5d089c 100644 --- a/src/path.c +++ b/src/path.c @@ -171,6 +171,8 @@ path_device_enable(struct path_input *input, goto out; } + evdev_read_calibration_prop(device); + out: free(seat_name); free(seat_logical_name);