mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-21 02:20:32 +01:00
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 <olszak.tomasz@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
(cherry picked from commit 21f0e2e3b7)
This commit is contained in:
parent
84c12a8a63
commit
bfff1ab3ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue