mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 10:10:16 +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>
This commit is contained in:
parent
50e4a1fada
commit
21f0e2e3b7
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