Re: [PATCH HID 4/7] HID: bpf: allow BPF programs to force using hid-generic

2024-09-02 Thread Peter Hutterer
On Tue, Sep 03, 2024 at 01:14:34AM +0900, Benjamin Tissoires wrote: > The use case is when we fix a device through HID-BPF, 99% of the cases > we want the device to use hid-generic now instead of a dedicated device. s/dedicated device/dedicated driver/ in the commit message > That's because the d

[PATCH HID 4/7] HID: bpf: allow BPF programs to force using hid-generic

2024-09-02 Thread Benjamin Tissoires
The use case is when we fix a device through HID-BPF, 99% of the cases we want the device to use hid-generic now instead of a dedicated device. That's because the dedicated device might also want to change the report descriptor, or will be handling the device in a different way the new fixed devic