mbox series

[0/7] HID: bpf: sync with udev-hid-bpf

Message ID 20250207-bpf-import-2025-02-07-v1-0-6048fdd5a206@kernel.org
Headers show
Series HID: bpf: sync with udev-hid-bpf | expand

Message

Benjamin Tissoires Feb. 7, 2025, 1:55 p.m. UTC
Here are a few hid-bpf device fixes from udev-hid-bpf.
We've got the usual XP-Pen and Huion plus one from TUXEDO.

Cheers,
Benjamin

Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
---
Benjamin Tissoires (7):
      HID: bpf: Add support for the default firmware mode of the Huion K20
      HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcut
      HID: bpf: Added updated Kamvas Pro 19 descriptor
      HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)
      HID: bpf: import new kfunc from v6.10 & v6.11
      HID: bpf: new hid_bpf_async.h common header
      HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote

 drivers/hid/bpf/progs/Huion__Kamvas-Pro-19.bpf.c   |  75 ++-
 drivers/hid/bpf/progs/Huion__KeydialK20.bpf.c      | 531 +++++++++++++++++++++
 .../progs/TUXEDO__Sirius-16-Gen1-and-Gen2.bpf.c    |  47 ++
 drivers/hid/bpf/progs/XPPen__ACK05.bpf.c           | 330 +++++++++++++
 drivers/hid/bpf/progs/XPPen__ArtistPro16Gen2.bpf.c |  44 +-
 drivers/hid/bpf/progs/hid_bpf_async.h              | 219 +++++++++
 drivers/hid/bpf/progs/hid_bpf_helpers.h            |  19 +
 7 files changed, 1257 insertions(+), 8 deletions(-)
---
base-commit: 27c02784773a69fd896e42f3cec73be8c5c83c1f
change-id: 20250207-bpf-import-2025-02-07-f8b02b079890

Best regards,