feat: integrate SteelSeries Nova 5/5X HID provider (v1.4.0) - #14
Merged
Conversation
Brings in the useful part of #12 (native HID module, tests, diagnostic tool) and integrates it as a real detection mode instead of dead code: - New DetectionMode 'SteelSeriesNova5' recognized by the runtime. - Worker polls Get-SteelSeriesNova5State (HID, no external software); Unknown never switches. - Installer headset-type picker gains option [4] SteelSeries Arctis Nova 5/5X: verifies the HID receiver is present, sets the mode. - Verifier reports receiver presence for this mode. - Release package bundles lib/SteelSeriesNova5.psm1 and the diagnostic tool; Pester runs the new tests. - CHANGELOG v1.4.0. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
A Reddit user reported their PRO X Wireless is not detected. The G HUB filters hardcoded the 'PRO\s*X\s*2' pattern, so any other PRO X headset (PRO X Wireless, PRO X) was skipped. Add Test-LogitechProXDeviceName (centralized in AutoSwitchCore, exported) that matches PRO X / PRO X 2 / PRO X Wireless and excludes Logitech mouse names (G PRO X Superlight), and use it in the runtime fallback lookup and both installer G HUB filters. Prompts/logs now say "Logitech PRO X". Pester tests added. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
This was referenced Aug 17, 2026
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.
Summary
Takes the useful part of #12 (native HID detection module, tests, diagnostic tool) and integrates it as a real detection mode instead of leaving it as dead code.
DetectionMode = SteelSeriesNova5recognized by the runtime (Get-ConfigDetectionMode).Get-SteelSeriesNova5Stateover HID (P/Invoke tohid.dll/setupapi.dll);Unknownnever switches — same rule as the other modes. No SteelSeries GG or third-party software.lib/SteelSeriesNova5.psm1andtools/Test-SteelSeriesNova5Hid.ps1; Pester runs the new tests.Why this instead of #11/#12 as-is
Validation
check-language.pypasses locally.Not validated by CI: real Nova 5/5X hardware. Use
tools/Test-SteelSeriesNova5Hid.ps1to watch the receiver state live (turn the headset ON/OFF and check Connected/Disconnected).