Same exact issue here in Bazzite and SteamOS
Possible duplicate of [#12680](https://github.com/ValveSoftware/steam-for-linux/issues/12680).
Partly, it's two separate (or related) issues. The steam input settings part, seems to be 'mostly' fixed. The issue not described in #12680 is the 2 controller part and rumble not functioning. Vader 5 pro is still being recognized as 2 controllers. Where one is showing up as usb.
I recently updated on stable and started noticing this issue as well.
Steam OS: v3.8.13, build 20260701.1
Steam Client: Stable 1782861641
Hardware: Legion Go S
I'm currently blocking the Generic X-box Pad with this udev rule:
# Block binding Flydigi Vader 5 Generic Xbox
ACTION=="bind", SUBSYSTEM=="usb", DRIVER=="xpad", ATTRS{idVendor}=="37d7", ATTRS{idProduct}=="2401", RUN+="/bin/sh -c 'echo %k > /sys/bus/usb/drivers/xpad/unbind'"
I'm also noticing that on my SteamOS, that the steam-input-rules (/usr/lib/udev/rules.d/60-steam-input.rules) are not up to date with the rules here: https://github.com/ValveSoftware/steam-devices/blob/master/60-steam-input.rules , which include some uaccess permissions for FlyDigi devices. I've copied these along side the above rule.
# Flydigi 2.4 GHz / Wired
KERNEL=="hidraw*", ATTRS{idVendor}=="04b4", MODE="0660", TAG+="uaccess"
# Flydigi HIDAPI Enhanced Mode
KERNEL=="hidraw*", ATTRS{idVendor}=="37d7", MODE="0660", TAG+="uaccess"
Here's what is and is not working for me:
I noticed this issue while opening the steam big picture menu while in game, it appeared there was a joystick input being registered on the steam menu for about a second. Some combination of the above udev rules stopped that for me.
I consider the udev rules a hack and hope that a future update removes the need for them!
Your system information
Description:
Steps for reproducing this issue: