steamcontroller icon indicating copy to clipboard operation
steamcontroller copied to clipboard

Standalone Steam Controller Driver

Results 43 steamcontroller issues
Sort by recently updated
recently updated
newest added

On my Debian testing machine, the default permissions of /dev/uinput are: ``` $ ls -hl /dev/uinput crw------- 1 root root 10, 223 2015-12-27 12:31 /dev/uinput ``` When starting sc-xbox.py, I...

Hi @ynsta I didn't change any logic and didn't break back compatibility with earlier Python versions. Just fixed some stuff like: * `if x == None:` -> `if x is...

What do i need to do to disable the emulated controller?