Open Noah-Steinberg opened 7 years ago
Yes, rumble is supported for all gamepads that xpad supports: Xbox, Xbox 360 (Wired and Wireless), and Xbox One (Wired).
Ah, I see, I had not looked closely enough at xpad. Thanks!
Is there any wish for more rumble support than a single packet with strong/weak?
You mean support rumble on the triggers? or something else?
Supporting trigger rumble is trivial from an xpad perspective, but I couldn't find a sensible way to map to the force-feedback API in the kernel.
I am currently looking into any way to do it. The only issue is having to construct the packet byte by byte. So far I have support for the different kinds of rumble that the kernel specifies, but in very primitive and mostly hard coded ways. Also, Im getting all my information from the Xbox One Controller Protocall
Is there any rumble support for any controllers using xpad? I am currently working on my own driver that supports rumble for the microsoft xbox one controllers, and if it is wanted, I could look at doing it in xpad as well. If I had the time, I could look into other controllers as well.