mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01:00
tools: libinput-record: print the mouse and pointingstick udev properties
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a1ba6186e7
commit
8b6d799510
1 changed files with 3 additions and 1 deletions
|
|
@ -1124,7 +1124,9 @@ print_udev_properties(struct record_context *ctx, struct record_device *dev)
|
|||
|
||||
if (strneq(key, "ID_INPUT", 8) ||
|
||||
strneq(key, "LIBINPUT", 8) ||
|
||||
strneq(key, "EV_ABS", 6)) {
|
||||
strneq(key, "EV_ABS", 6) ||
|
||||
strneq(key, "MOUSE_DPI", 9) ||
|
||||
strneq(key, "POINTINGSTICK_", 14)) {
|
||||
value = udev_list_entry_get_value(entry);
|
||||
iprintf(ctx, "- %s=%s\n", key, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue