sc-controller, der Linux-User-Mode-Treiber für den Steam- und weitere Controller (z. B. DS4/DS5), wurde in der Version 0.6.4 veröffentlicht - kurz nach Version 0.6.3.
Es handelt sich um einen reinen Hotfix: hidraw-pure stand im Konflikt mit hidapi und brach dadurch Tools wie liquidctl, die auf das hidraw-Backend von hidapi angewiesen sind. Betroffen sind nur Systeminstallationen über einen Paketmanager - Nutzer des AppImage oder einer Source-Installation sind nicht betroffen.
This hotfix is only relevant for system installations via a package manager, the fixed issue does not affect you if you are using the AppImage or running from source.
Hotfix release due to
hidraw-pureconflicting withhidapi, breaking tools like liquidctl which relied on thehidrawbackend fromhidapiif it was detected available.The library is now attempted to be loaded via:
hidraw_pure- futureproofing, currently does not existhidraw- current v1.2- Finally, the re-vendored version is used if all fails.
The dependencies are now also correctly defined in
pyproject.toml, sopip checkworks correctly.

Quelle: GitHub