HID-BPF Ready For Linux 6.3 Along With Steam Deck Controller Interface

Written by Michael Larabel in Linux Kernel on 22 February 2023 at 07:30 AM EST. 1 Comment
LINUX KERNEL
The HID subsystem updates for Linux 6.3 have been submitted and they contain a number of exciting input updates for this spring 2023 kernel version from the introduction of HID-BPF to native Steam Deck controller interface handling.

First and foremost this pull request includes HID-BPF for bringing eBPF program support to the Human Interface Devices subsystem. HID-BPF was started by Red Hat engineers last year for making it easier to deal with buggy/quirky devices rather than always needing to write a new driver just to deploy simple fixes/quirks, better handling of some complex input devices, and other areas that HID can potentially innovate around eBPF programs.

For Linux 6.3 the initial HID-BPF infrastructure is in place but the mechanism for shipping HID-BPF programs through the kernel source tree is still to be implemented in the future. This will be quite useful in the future for more easily shipping quirk/workaround fixes for the plethora of HID devices requiring small tweaks for proper handling on Linux.

Valve Steam Deck


In addition to the HID-BPF infrastructure, as I wrote about earlier this month, there is Steam Deck support added to hid-steam. This is initial support for the Steam Deck controller interface with initial support added for its input controls. The hid-steam driver started out for enabling the Steam Controller on Linux with a native kernel driver to work outside of Steam while now this Steam Deck input handling is being worked on as well.

Logitech G923


Other HID changes for Linux 6.3 include various Logitech HID++ protocol fixes, UClogic XP-PEN tablet handling improvements, a driver to workaround an issue with EVision keyboards, and Logitech G923 Xbox Edition steering wheel support. The Logitech G923 is a $329~399 racing wheel intended for Xbox, PlayStation, and PC gaming that now will also work correctly on Linux. The support had been missing over not having the appropriate USB ID within the hid-logitech-hidpp driver code.

The full list of HID updates for Linux 6.3 can be found via this pull request.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week