Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8BitDo Ultimate C 2.4 GHz support? #322

Open
MonkaKokosowa opened this issue Nov 25, 2023 · 0 comments
Open

8BitDo Ultimate C 2.4 GHz support? #322

MonkaKokosowa opened this issue Nov 25, 2023 · 0 comments

Comments

@MonkaKokosowa
Copy link

It would be great to get support for 8BitDo Ultimate C 2.4 GHz controller considering it's using usb dongle and doesn't have bluetooth functionality. The problem with it is that as much as it has plug-and-play in android and windows it isn't detected in linux and using sys-con on switch by default. However, the fix for linux is adding line below as a udev rule as pointed by this gist

    ACTION=="add", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="3106", RUN+="/sbin/modprobe xpad", RUN+="/bin/sh -c 'echo 2dc8 3106 > /sys/bus/usb/drivers/xpad/new_id'"

Essentially, like ammuench said, it cheats linux into thinking it's a generic xbox device with inputting this id. I'm not really knowledgeable about C++ and low-level stuff, but thought that maybe it's possible to implement a workaround for this considering sys-con supports xbox controllers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant