mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 20:28:18 +02:00
tools: record: record the EVDEV_ABS properties correctly
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ac2cfea5d2
commit
ed1d181cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1768,7 +1768,7 @@ print_udev_properties(struct record_context *ctx, struct record_device *dev)
|
||||||
|
|
||||||
if (strneq(key, "ID_INPUT", 8) ||
|
if (strneq(key, "ID_INPUT", 8) ||
|
||||||
strneq(key, "LIBINPUT", 8) ||
|
strneq(key, "LIBINPUT", 8) ||
|
||||||
strneq(key, "EV_ABS", 6) ||
|
strneq(key, "EVDEV_ABS", 9) ||
|
||||||
strneq(key, "MOUSE_DPI", 9) ||
|
strneq(key, "MOUSE_DPI", 9) ||
|
||||||
strneq(key, "POINTINGSTICK_", 14)) {
|
strneq(key, "POINTINGSTICK_", 14)) {
|
||||||
value = udev_list_entry_get_value(entry);
|
value = udev_list_entry_get_value(entry);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue