You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steamcontroller: switch to a different upstream source
Changed to use the driver from https://github.com/Ryochan7/sc-controller since it offers a Python3 compatible version.
Module has been updatd updated/reworked:
- the driver repo is no longer cloned to $md_inst, so 'noinstclean' flag is not necessary
- installation is still done `virtualenv`, in Bookworm and later this becomes mandatory
Note: the `--no-site-packages` was removed in the `virtualenv` call since it's ignored in v15 (version from Buster) and was removed in v20
- the `install` function is a mix of build/install, but since `install` cleans up $md_inst, it's necessary to have them there.
- added an update hook that removes the old driver start-up sequence in `/etc/rc.local`
- some minor re-wording of the text shown in the dialogs
Untested with a real controller, unfortunately, since I don't have one.
0 commit comments