fix(cli): replace the stale receiver note with a Linux udev hint - #1348
Open
Chernicharo wants to merge 1 commit into
Open
Chernicharo wants to merge 1 commit into
Chernicharo wants to merge 1 commit into
Conversation
`openlogi list` still claimed only Bolt receivers are recognised, but Unifying, Nano and Lightspeed receivers are enumerated. On Linux the common cause of an empty list is missing hidraw access, so point there.
|
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
openlogi liststill prints "hidpp 0.2 only recognises Logi Bolt receivers (PID 0xC548); other receivers (Unifying) aren't surfaced yet." when nothing is found. That is no longer true — Unifying, Nano and Lightspeed receivers are enumerated — and it is also what users paste into issues (e.g. #1305, #367). On Linux the usual cause of an empty list is missing hidraw access, so the note now points there.Changes
openlogi-cli: replace the stale receiver note inlist.rswith a Linux udev-rules hint pointing todocs/INSTALL-linux.md.Testing
cargo fmt --all -- --checkcargo clippy -p openlogi-cli --all-targets -- -D warningscargo test -p openlogi-cli -p openlogi(94 passed)openlogi liston Arch Linux showed the old note while every HID++ open failed withPermission denied; after installing70-openlogi.rulesthe Unifying receiver and its MX Ergo enumerate.