summaryrefslogtreecommitdiff
path: root/include/linux/hid_bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-02HID: bpf: make bus_type const in struct hid_bpf_opsGreg Kroah-Hartman1-1/+1
2023-01-19HID: bpf: rework how programs are attached and stored in the kernelBenjamin Tissoires1-0/+7
2022-11-17HID: bpf: return non NULL data pointer when CONFIG_HID_BPF is not setBenjamin Tissoires1-1/+1
2022-11-15HID: bpf: allow to change the report descriptorBenjamin Tissoires1-0/+8
2022-11-15HID: bpf: introduce hid_hw_request()Benjamin Tissoires1-1/+12
2022-11-15HID: bpf: allocate data memory for device_event BPF programsBenjamin Tissoires1-5/+32
2022-11-15HID: initial BPF implementationBenjamin Tissoires1-0/+117