Right now for buggy HID hardware or other input devices not exactly aligning to specs or having known hardware workarounds required, a new Linux kernel driver tends to be needed or at least quirks to be added to existing kernel driver code. There's no shortage of wonky HID hardware/drivers out there to deal with such odd cases. Due to the lengthy kernel cycles and other factors involved, leveraging (e)BPF has long been talked about as one of the areas where it may make sense for being able to more quickly send out hardware support fixes in the form of eBPF problems. The Rust-written udev-hid-bpf project is ready to help in that enabling effort...
The Intel Media Driver 2024Q1 release is now available that serves as the company's modern Video Acceleration API (VA-API) driver for Linux systems. The Intel media driver allows for iGPU/dGPU-based video encode/decode for HEVC, VP9, AV1, and other formats supported by the respective graphics hardware...