Both files have been in udev-hid-bpf for too long. Both files are actually simple report descriptor fixups, so there is not a lot to explain here :) Signed-off-by: Benjamin Tissoires <bentiss@xxxxxxxxxx> --- Changes in v2: - Sorry, while preparing the udev-hid-bpf tree I realized we had a change in hid_report_helpers.h, so added the third commit - Link to v1: https://lore.kernel.org/r/20241017-import_bpf_6-13-v1-0-197d882ade37@xxxxxxxxxx --- Benjamin Tissoires (3): HID: bpf: Fix NKRO on Mistel MD770 HID: bpf: Fix Rapoo M50 Plus Silent side buttons HID: bpf: drop use of Logical|Physical|UsageRange drivers/hid/bpf/progs/Huion__Dial-2.bpf.c | 66 ++++++--- drivers/hid/bpf/progs/Huion__Inspiroy-2-S.bpf.c | 60 +++++--- drivers/hid/bpf/progs/Mistel__MD770.bpf.c | 154 +++++++++++++++++++++ drivers/hid/bpf/progs/Rapoo__M50-Plus-Silent.bpf.c | 148 ++++++++++++++++++++ drivers/hid/bpf/progs/hid_report_helpers.h | 36 +++-- 5 files changed, 413 insertions(+), 51 deletions(-) --- base-commit: 6485cf5ea253d40d507cd71253c9568c5470cd27 change-id: 20241017-import_bpf_6-13-0dec081b7ffd Best regards, -- Benjamin Tissoires <bentiss@xxxxxxxxxx>