linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes
@ 2024-10-17 16:34 Benjamin Tissoires
  2024-10-17 16:34 ` [PATCH v2 1/3] HID: bpf: Fix NKRO on Mistel MD770 Benjamin Tissoires
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Benjamin Tissoires @ 2024-10-17 16:34 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-kernel, linux-input, Benjamin Tissoires, Tatsuyuki Ishi,
	José Expósito, Peter Hutterer

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>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-18 12:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 16:34 [PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes Benjamin Tissoires
2024-10-17 16:34 ` [PATCH v2 1/3] HID: bpf: Fix NKRO on Mistel MD770 Benjamin Tissoires
2024-10-17 16:34 ` [PATCH v2 2/3] HID: bpf: Fix Rapoo M50 Plus Silent side buttons Benjamin Tissoires
2024-10-17 16:35 ` [PATCH v2 3/3] HID: bpf: drop use of Logical|Physical|UsageRange Benjamin Tissoires
2024-10-18 10:39 ` [PATCH v2 0/3] HID: bpf: add a couple of HID-BPF device fixes Jiri Kosina
2024-10-18 12:38 ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).