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:
Peter Hutterer 2025-01-09 09:08:06 +10:00 committed by Marge Bot
parent 2c0c4a6516
commit 74617de48d

View file

@ -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") ||