diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 4e2f95ca..27bc3313 100644 --- a/tools/libinput-record.c +++ b/tools/libinput-record.c @@ -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") ||