ShadowBlip/InputPlumber

[Regression] 89ee1ae can't use D-pad on steam client

Closed this issue · 6 comments

Seems with 89ee1ae we find a regression that d-pad is not working at all. It works in OGUI overlay, however not in Steam UI. 0.25.1 has the same effect. Tested on OrangePi Neo in Xbox and DSE mode.

I can't reproduce this

Currently testing if 89ee1ae created the regression. 0.24.2 worked with the same setup.

Reverting makes it work again ...

Do you have a profile you are loading that you have modified? I still can't reproduce this on any session.

The only change we do on our end is this:

sed -i -e 's/- ds5/- gamepad/g' ${pkgdir}/usr/share/inputplumber/devices/50-orangepi_neo.yaml
sed -i -e 's/- ds5-edge/- gamepad/g' ${pkgdir}/usr/share/inputplumber/devices/50-rog_ally.yaml

When I revert the commit it works on the 8840u unit. Didn't had time yet to cross check the ALLY.

Fixed in #135