Hey all, I've got a really weird issue with the joypad I usually use with FreeBSD. Here's the dmesg output:
All of the SDL 2 games and emulators I use work fine with this gamepad, but I tried a couple of SDL 3 emulators and, although it is detected (amiberry sees it as a PS3 pad), none of the controls respond.
If I test with a PS4 gamepad then everything is fine both with SDL 2, and SDL 3 applications.
Any idea what might be happening here?
Code:
ugen1.5: <ShanWan PS3/USB Corded Gamepad> at usbus1
usbhid2 on uhub0
usbhid2: <ShanWan PS3/USB Corded Gamepad, class 0/0, rev 2.00/1.00, addr 5> on usbus1
hidbus3: <HID bus> on usbhid2
All of the SDL 2 games and emulators I use work fine with this gamepad, but I tried a couple of SDL 3 emulators and, although it is detected (amiberry sees it as a PS3 pad), none of the controls respond.
If I test with a PS4 gamepad then everything is fine both with SDL 2, and SDL 3 applications.
Any idea what might be happening here?