fix(Linux): add Xbox One/Series UHID Bluetooth transport - #115
Open
ReenigneArcher wants to merge 1 commit into
Open
fix(Linux): add Xbox One/Series UHID Bluetooth transport#115ReenigneArcher wants to merge 1 commit into
ReenigneArcher wants to merge 1 commit into
Conversation
ReenigneArcher
force-pushed
the
fix/linux/xbox-uhid
branch
2 times, most recently
from
August 28, 2026 19:28
becd909 to
73f0e1a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #115 +/- ##
==========================================
+ Coverage 70.77% 73.42% +2.64%
==========================================
Files 34 34
Lines 9026 9188 +162
Branches 3125 3420 +295
==========================================
+ Hits 6388 6746 +358
+ Misses 1831 1788 -43
+ Partials 807 654 -153
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Harness.
|
ReenigneArcher
force-pushed
the
fix/linux/xbox-uhid
branch
19 times, most recently
from
August 29, 2026 17:17
c0e0cc4 to
eb6e80a
Compare
Route Xbox One and Xbox Series gamepads through descriptor-driven uhid on Linux using native Bluetooth identities (0x0B20/0x0B13) and a 283-byte BLE report descriptor. This exposes canonical ABS_RX/ABS_RY and ABS_Z/ABS_RZ axes for Steam and enables independent four-motor trigger rumble via report ID 3 output parsing. Both profiles now advertise supports_trigger_rumble. A uinput fallback is retained when /dev/uhid is unavailable, but it clears trigger-rumble support. Physical and unique IDs are scoped by vendor:product to avoid metadata collisions across profile changes. Adds SDL3 consumer probe and socketpair-backed unit tests validating the full transport lifecycle.
ReenigneArcher
force-pushed
the
fix/linux/xbox-uhid
branch
from
August 29, 2026 20:35
eb6e80a to
de6dbb6
Compare
ReenigneArcher
marked this pull request as ready for review
August 29, 2026 20:35
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Route Xbox One and Xbox Series gamepads through descriptor-driven uhid on Linux using native Bluetooth identities (0x0B20/0x0B13) and a 283-byte BLE report descriptor. This exposes canonical ABS_RX/ABS_RY and ABS_Z/ABS_RZ axes for Steam and enables independent four-motor trigger rumble via report ID 3 output parsing.
Both profiles now advertise supports_trigger_rumble. A uinput fallback is retained when /dev/uhid is unavailable, but it clears trigger-rumble support. Physical and unique IDs are scoped by vendor:product to avoid metadata collisions across profile changes. Adds SDL3 consumer probe and socketpair-backed unit tests validating the full transport lifecycle.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage
See our AI usage policy.