[PATCH v2 0/6] HID: steam: Add 2026 Steam Controller support
Vicki Pfau <[email protected]> Wed, 5 Aug 2026 19:26:39 -0700
| Newsgroups | org.kernel.vger.linux-input |
|---|---|
| Message-ID | <[email protected]> |
This is the second half of a series that modernizes the hid-steam controller. It adds support for the new 2026 Steam Controller, with feature parity compared to the 2015 model and the Steam Deck drivers, as well as some smaller cleanup. The biggest cleanup is cleaning up the somewhat lax locking practices, but a few more minor things exposed to userspace include logging improvements and zeroing inputs when switching from gamepad mode to lizard mode. This fixes up a few things from the last version, including some potential deadlocks and adding a missing battery unregistration that made it through the last series. Vicki Pfau (6): HID: steam: Unregister battery on partial registration error HID: steam: Initial 2026 Steam Controller support HID: steam: Fix wording of connect/disconnect logs HID: steam: Don't set feature reports when disconnecting HID: steam: Clean up locking HID: steam: Zero out inputs when disabling gamepad mode drivers/hid/hid-ids.h | 4 + drivers/hid/hid-steam.c | 1008 ++++++++++++++++++++++++++++++++------- 2 files changed, 831 insertions(+), 181 deletions(-) -- 2.54.0