Three findings from G HUB pcap analysis (~/ghub/g522/*.pcapng): 1. Mic-mute on G522 actually works — we had the wrong fnids. The firmware uses fn 0x10 (function 1) for state-change events / reads and fn 0x20 (function 2) for SetState; the standard fn 0x10 SetState path returns 0x0A NOT_SUPPORTED. Replace the previous "suppress entirely on G522" quirk with a per-PID rw_options override that uses the right fnids. Other headsets keep the standard pattern. 2. setRGBClusterEffect (0x0621 fn 0x30) takes effect_id 0x0000 paired with RGB bytes to mean "Static color" — *not* "Off / Disabled" as our cluster-info parse had guessed. Add a structured decoder for getRGBClusterInfo (fn 0x10) that emits a human-readable summary alongside the raw hex, with effect_id 0x0000 labelled "Static". Records turn out to be 4 bytes each (effect_id LE u16, slot_idx LE u16) — most other HID++ fields are BE but this one is LE per the captured factory-default bytes. 3. Sub-feature 0x0623 is present on G522 but unmapped (it appeared as `unknown:0623` in the feature-table dump). Add a placeholder SupportedFeature entry and probe the first 8 functions read-side so the next bring-up captures whatever responds. |
||
|---|---|---|
| .github | ||
| bin | ||
| docs | ||
| lib | ||
| po | ||
| rules.d | ||
| rules.d-uinput | ||
| share | ||
| tests | ||
| tools | ||
| .coveragerc | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| CHANGELOG.md | ||
| COPYRIGHT | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| Makefile | ||
| README.md | ||
| RELEASE.md | ||
| RHEL.md | ||
| Release_Notes.md | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| release.sh | ||
| setup.py | ||
README.md
Solaar
Solaar is a Linux manager for many Logitech keyboards, mice, and other devices that connect wirelessly to a Unifying, Bolt, Lightspeed or Nano receiver as well as many Logitech devices that connect via a USB cable or Bluetooth. Solaar is not a device driver and responds only to special messages from devices that are otherwise ignored by the Linux input system.
More Information - Usage - Capabilities - Rules - Manual Installation - Known Issues
Solaar supports:
- pairing/unpairing of devices with receivers
- configuring device settings
- custom button configuration
- running rules in response to special messages from devices
For more information see the main Solaar documentation page. -
Installation Packages
Up-to-date prebuilt packages are available for some Linux distros (e.g., Fedora) in their standard repositories. If a recent version of Solaar is not available from the standard repositories for your distribution, you can try one of these packages:
- Arch solaar package in the extra repository
- Ubuntu/Kubuntu package in Solaar stable ppa
- NixOS Flake package in Svenum/Solaar-Flake
Solaar is available from some other repositories but may be several versions behind the current version:
- a Debian package, courtesy of Stephen Kitt
- a Ubuntu package is available from universe repository
- a Gentoo package, courtesy of Carlos Silva and Tim Harder
- a Mageia package, courtesy of David Geiger