[PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes

Benjamin Tissoires posted 3 patches 1 month, 1 week ago
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(-)
[PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes
Posted by Benjamin Tissoires 1 month, 1 week ago
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@kernel.org>
---
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@kernel.org

---
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@kernel.org>
Re: [PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes
Posted by Benjamin Tissoires 1 month, 1 week ago
On Thu, 17 Oct 2024 18:34:57 +0200, Benjamin Tissoires wrote:
> 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 :)
> 
> 

Applied to hid/hid.git (for-6.13/bpf), thanks!

[1/3] HID: bpf: Fix NKRO on Mistel MD770
      https://git.kernel.org/hid/hid/c/9bc089307e8d
[2/3] HID: bpf: Fix Rapoo M50 Plus Silent side buttons
      https://git.kernel.org/hid/hid/c/cee9faff2f65
[3/3] HID: bpf: drop use of Logical|Physical|UsageRange
      https://git.kernel.org/hid/hid/c/b6d8c474e265

Cheers,
-- 
Benjamin Tissoires <bentiss@kernel.org>
Re: [PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes
Posted by Jiri Kosina 1 month, 1 week ago
On Thu, 17 Oct 2024, Benjamin Tissoires wrote:

> 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@kernel.org>
> ---
> 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@kernel.org
> 
> ---
> 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

FWIW:

	Acked-by: Jiri Kosina <jkosina@suse.com>

for the series.

Thanks,

-- 
Jiri Kosina
SUSE Labs