[PATCH libinput 3/7] path: read the calibration prop on startup
Peter Hutterer
peter.hutterer at who-t.net
Mon Nov 28 05:20:46 UTC 2016
We were reading this property in the udev backend, but not in the path
backend.
Reported-by: Thomas Olszak <olszak.tomasz at gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/path.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/path.c b/src/path.c
index b14d8b6..0f5d089 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);
--
2.9.3
More information about the wayland-devel
mailing list