kozec / sc-controller

User-mode driver and GTK3 based GUI for Steam Controller
GNU General Public License v2.0
1.54k stars 129 forks source link

add support for xboxdrv #633

Open gtevare opened 3 years ago

gtevare commented 3 years ago

i know it was discussed here #145 and rejected but xboxdrv is the only driver for linux (that i know of) that supports the xbox360 chatpad, maybe add it as an experimental option

kozec commented 3 years ago

It should be possible to add it as generic evdev controller, but since SC-Controller emulates xbox controller, you may end up with some weird feedback loop.

gtevare commented 3 years ago

would'nt it be safe to only enable chatpad through xboxdrv and let all the gamepad controls unmapped/free to run through sc-controller?