Version of xpadneo
Default version included in Bazzite OS (Fedora-based).
Controller Model
Connection mode
Describe your feature request
Is your feature request related to a problem? Please describe.
Yes. Currently, the ASUS ROG Raikiri Pro controller pairs and connects successfully via Bluetooth, and all basic inputs (buttons, sticks) work perfectly. However, there is no Force Feedback (rumble). Because the device uses a custom ASUS VID/PID, the Linux kernel binds it to the basic hid-generic driver instead of xpadneo.
Describe the solution you'd like
I would like xpadneo to recognize this controller's VID (0B05) and PID (1ABD) so that the driver can handle the device over Bluetooth and properly initialize the rumble/Force Feedback motors.
Describe alternatives you've considered
Currently, I have to use a wired USB connection (which works fine and has rumble) or try to configure the 2.4GHz dongle via the xone driver. However, native Bluetooth support via xpadneo would be much more convenient.
Additional context
I am running Bazzite OS. Here is the relevant dmesg output showing the device binding to hid-generic:
[ 132.864319] input: ROG RAIKIRI PRO as /devices/virtual/misc/uhid/0005:0B05:1ABD.0007/input/input25
[ 132.864776] hid-generic 0005:0B05:1ABD.0007: input,hidraw6: BLUETOOTH HID v1.00 Gamepad [ROG RAIKIRI PRO] on XX:XX:XX:XX:XX:XX
Version of xpadneo
Default version included in Bazzite OS (Fedora-based).
Controller Model
Connection mode
Describe your feature request
Is your feature request related to a problem? Please describe.
Yes. Currently, the ASUS ROG Raikiri Pro controller pairs and connects successfully via Bluetooth, and all basic inputs (buttons, sticks) work perfectly. However, there is no Force Feedback (rumble). Because the device uses a custom ASUS VID/PID, the Linux kernel binds it to the basic
hid-genericdriver instead ofxpadneo.Describe the solution you'd like
I would like
xpadneoto recognize this controller's VID (0B05) and PID (1ABD) so that the driver can handle the device over Bluetooth and properly initialize the rumble/Force Feedback motors.Describe alternatives you've considered
Currently, I have to use a wired USB connection (which works fine and has rumble) or try to configure the 2.4GHz dongle via the
xonedriver. However, native Bluetooth support viaxpadneowould be much more convenient.Additional context
I am running Bazzite OS. Here is the relevant
dmesgoutput showing the device binding tohid-generic: