Fix Error Linux
Xbox controller fix for Linux (360, generic or clone
Xbox controller fix for Linux (360, generic or clone gamepad)
#Xbox #controller #fix #Linux #generic #clone
“Dipanjan Pal Chowdhury”
The link to the Arch gamepad wiki
The Python script-
#!/usr/bin/env python3
import usb.core
dev = usb.core.find(idVendor=0x045e, idProduct=0x028e)
if dev is None:
raise ValueError(‘Device not found’)
else:
dev.ctrl_transfer(0xc1, 0x01,…
source
Concluzion: Xbox controller fix for Linux (360, generic or clone gamepad) – gamepad,controller,xbox,fix
To see the full content, share this page by clicking one of the buttons below |