Kai Krakow
Kai Krakow
@c-x-berger This is probably because SDL uses the hidraw device directly. Our HID report format is a bit different than what SDL expects (because xpadneo uses the same bitmap format...
> If "Xbox Controller Support" is enabled in Big Picture mode, two things happen: One more idea: Update the controller to the latest firmware, SDL may apply wrong assumptions about...
> * I have no idea where start and select have been moved to, but it's probably just as cursed. Probably to the thumb stick buttons and the guide button....
This should actually be fixed, please confirm.
> If anyone else if having issues, here is how I was able to find what rules where being loaded: @Andrew-Fahmy Can you remember which one actually has been the...
Actually, this line should not be there: ``` KERNEL=="hidraw*", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl" ``` It's a security mess, don't make hidraw device just readable to every user in a group...
Actually, we can make it compatible even with exposed hidraw device. This conflict just uncovered questionable security issues in other software. The change to re-enable xpadneo hidraw and make in...
> For now what do you think about adding some info about the udev rules to the troubleshooting page? I'll follow up on this with a PR when we fully...
[This](https://github.com/qmk/qmk_firmware/pull/12980/files) is exactly how OpenRGB should also fix their world-accessible hidraw rule.
Deferring this to v0.11 as it is probably about hidraw interaction with OpenRGB and SDL. This can probably be solved by #286.