Re: (subset) [PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic

2024-09-13 Thread Benjamin Tissoires
On Sep 13 2024, Benjamin Tissoires wrote: > On Sep 13 2024, Benjamin Tissoires wrote: > > On Tue, 10 Sep 2024 23:43:36 +0900, Benjamin Tissoires wrote: > > > This is a slight change from the fundamentals of HID-BPF. > > > In theory, HID-BPF is abstract to the kernel itself, and makes > > > only cha

Re: (subset) [PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic

2024-09-13 Thread Benjamin Tissoires
On Sep 13 2024, Benjamin Tissoires wrote: > On Tue, 10 Sep 2024 23:43:36 +0900, Benjamin Tissoires wrote: > > This is a slight change from the fundamentals of HID-BPF. > > In theory, HID-BPF is abstract to the kernel itself, and makes > > only changes at the HID level (through report descriptors or

Re: (subset) [PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic

2024-09-13 Thread Benjamin Tissoires
On Tue, 10 Sep 2024 23:43:36 +0900, Benjamin Tissoires wrote: > This is a slight change from the fundamentals of HID-BPF. > In theory, HID-BPF is abstract to the kernel itself, and makes > only changes at the HID level (through report descriptors or > events emitted to/from the device). > > Howeve

[PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic

2024-09-10 Thread Benjamin Tissoires
This is a slight change from the fundamentals of HID-BPF. In theory, HID-BPF is abstract to the kernel itself, and makes only changes at the HID level (through report descriptors or events emitted to/from the device). However, we have seen a few use cases where HID-BPF might interact with the runn