Hi Stephen,
It seems the original submitter lost interest, but I can confirm that
this happens. Not sure this is the only problem, but
/lib/udev/rules.d/60-solaar.rules only has a limited set of device
IDs:
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", GOTO="solaar_apply"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", GOTO="solaar_apply"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f", GOTO="solaar_apply"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c526", GOTO="solaar_apply"
That doesn't match mine:
Bus 003 Device 002: ID 046d:c539 Logitech, Inc. USB Receiver
But solaar does recognize and use it if run as root.
Upstream has a much longer list:
https://github.com/pwr-Solaar/Solaar/blob/master/rules.d/42-logitech-unify-permissions.rules
But Debian has the latest upstream release, so I'm not sure why this
hasn't made it into the package. Probably a minor bug in the build
process.
Thanks for maintaining the package
Maik