Waveshare RP2350-USB-A board support - v2#108
Waveshare RP2350-USB-A board support - v2#108barrenechea wants to merge 3 commits intowiredopposite:masterfrom
Conversation
|
@wiredopposite I would appreciate it if you could take a look at this PR when you have a moment. Thank you! |
|
Yeah I have that same board get er done |
|
I'm trying this with a Switch Pro controller and it does not work at all. |
|
Should've read the PR's I guess. Got the same board and it isn't working for any of my controllers with the build from @barrenechea https://github.com/barrenechea/OGX-Mini/releases/tag/1.0.0a4. The LED turns green and the device shows up as an Xbox 360 Controller, but no input from any controller is detected. Controllers I've tested: Xbox 360 Controller wired |
|
Still 100% busted for me too |
|
@barrenechea I tried your v1.0.0a4-patched branch on an RP2040-Zero and my DualSense controller worked but my Venom PS3/PS4 Arcade Controller didn't. So it seems like your version only works with DualSense. |
For me it works only after the console has been powered on, and THEN I plug in the OGX Mini. If I plug it in before powering up the console it does not work. Mind that I only made that release as a test, I didn't try to mainline it because it working kinda bad as-is. (Probably not the best place to discuss v1.0.0a4, this PR is unrelated to that) |
Continuing the work of #101 with a couple additions.
Main feature:
BOARDS_COUNT, the init function and so on.Others:
error: 'min_element' is not a member of 'std'; did you mean 'tuple_element'?. Fixed with the addition of#include <algorithm>.Confirmed to be fully working for the Waveshare RP2350-USB-A board! Tested it with wired Dualshock 4 and wired Dualsense on Xbox 360 with UsbdSecPatch.
Let me know if you'd like me to change the board number or something 😄