Uh oh!
There was an error while loading. Please reload this page.
feat(steelseries): add Rival 3 Gen 1 driver (rebased) - #39
Merged
Conversation
Adds SteelSeries support for the Rival 3 Gen 1 (1038:1824 and its post-0.37 firmware enumeration 1038:184C), transcribed from the public rivalcfg project and corroborated against libratbag and OpenRGB. The device is write-only: the codec builds unnumbered output-report frames for DPI presets (TrueMove Core byte table, 200-8500 in 100 DPI steps), polling rate, and the save command, and the only read is the two-byte firmware query, which the driver uses as its connectivity probe. readStatus reports last-written values flagged as unverified rather than pretending to read them. Both catalog entries ship verified: false; docs/steelseries-testing.md is the promotion path. Filters are PID-scoped (never VID-only - 0x1038 also covers keyboards and headsets), and the different-protocol siblings (Rival 3 Wireless 0x1830/0x1872, Gen 2 0x1870) are deliberately not claimed.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Rebase of #36 onto main after #33/#37/#38 landed, resolving the resulting conflicts in registry.ts, vendors.ts, and mouse-types.ts (all additive — SteelSeries and Glorious brands/filters/drivers coexisting). Build and full test suite pass (572/572).
Closes#36.