Ryochan7 / sc-controller

User-mode driver and GTK3 based GUI for Steam Controller
GNU General Public License v2.0
177 stars 23 forks source link

DualSense Rumble Support #76

Open FZXizzbKv7jg opened 1 year ago

FZXizzbKv7jg commented 1 year ago

Hi there,

how can I enable rumble support for DualSense controller connected over BT with evdev?

FZXizzbKv7jg commented 1 year ago

Rumble in the jungle.

Ryochan7 commented 1 year ago

Rumble does not work with the ds4 driver in evdev mode either. It might be possible but I would rather focus on using hidraw rather than evdev when possible. I have not played with the DualSense branch in a bit but I do not think that rumble support is enabled as of yet. It would be easier to get rumble support working as I think it would be a matter of adding a couple more methods to the driver class to get feedback data sent to the controller.