Uh oh!
There was an error while loading. Please reload this page.
fix(logitech): stop offering surface and lift-off controls the G309 does not have - #41
Merged
Merged
Conversation
AngeloCore
commented
Aug 6, 2026
Fixed in f7dfe88 |
AngeloCore
commented
Aug 8, 2026
Lol? |
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.
The G309 LIGHTSPEED (Model ID
B03C40B10000) exposes Mode Status0x8090and Extended Adjustable DPI0x2202, but only the power-mode half of0x8090is meaningful — the status1 byte that would carry the gaming-surface and LightForce fields is reserved and reads 0, which decoded as "Auto" and "Optical" and surfaced cards the mouse does not have. Its0x2202sensor likewise reports lift-off level 0, the feature's "no lift-off control" value, yet the app still advertised the Medium/High levels.This gates those controls so the sensor card, gaming-surface card, and LightForce switch stay hidden, and adds tests plus a hardware checklist section.