mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 14:40:26 +01:00
tools/record: record HID_BPF properties too
If this property is set we likely have a udev-hid-bpf property loaded into the device. Knowing this is going to be important for debugging why a device may or may not work so let's record this. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1121>
This commit is contained in:
parent
2c0c4a6516
commit
74617de48d
1 changed files with 1 additions and 0 deletions
|
|
@ -1747,6 +1747,7 @@ print_udev_properties(struct record_device *dev)
|
|||
key = udev_list_entry_get_name(entry);
|
||||
|
||||
if (strstartswith(key, "ID_INPUT") ||
|
||||
strstartswith(key, "HID_BPF") ||
|
||||
strstartswith(key, "LIBINPUT") ||
|
||||
strstartswith(key, "EVDEV_ABS") ||
|
||||
strstartswith(key, "MOUSE_DPI") ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue