sc-controller, der Linux-User-Mode-Treiber für den Steam- und weitere Controller (z. B. DS4/DS5), wurde in der Version 0.7.1 veröffentlicht - kurz nach Version 0.7.0.
Die Version behebt vor allem eine Regression aus 0.7.0, die einige Funktionen bei manuell registrierten Controllern kaputt gemacht hatte. Zusätzlich sind auf dem Steam Deck nun die Stick-Touch-Sensoren angebunden, Maus-Aktionen über Sticks bei Bluetooth-Controllern werden auf 250 Hz geglättet, und das Touchpad des DS5 über hidraw funktioniert wieder. Wer eigene Profile noch nicht migriert hat, sollte weiterhin die Hinweise aus den 0.7.0-Release-Notes beachten.
What’s Changed
- Fixed up a regression from v0.7.0 which broke some features on manually registered controllers
- Steam Deck now has the stick-touch sensors wired up - GUI configuration for those coming soon™
- Added a feature for controllers connected over BT, where if a mouse action is triggered via a stick, it is smoothed out to 250Hz even if the controller input is less - this should make camera movement smooth
- This may get expanded to even wired controllers and more actions in the future, let me know what you’d like to see behave smoother
- Fix touchpad on DS5 connected over hidraw not working
- Fix automapper not reading from SDL’s database correctly, getting controllers like Xbox One S working with the feature
- Right stick on the default Xbox profile is now also boosted by 20% just like the left stick was, to avoid diagonal movement having less oomph
- Further fixes for the input mapper not highlighting/showing things as it should
- Some crash fixes
- Lots of deprecation fixes, making a possible future migration to GTK4 easier
⚠️ Manual intervention (may be) required
Please check out the v0.7.0 release notes if you haven’t already migrated any affected custom profiles.
Full Changelog: https://github.com/C0rn3j/sc-controller/compare/v0.7.0...v0.7.1

Quelle: GitHub