Bernat
Bernat
How to tell SDL that a device with only axes is a joystick, not an accelerometer: https://github.com/libsdl-org/SDL/blob/d4f2f01580454deef8ac43d8939ebc907d4ad759/README-linux.txt
> Replying to https://github.com/ValveSoftware/Proton/issues/5126#issuecomment-1014960877 The rules consist of a line like this: `SUBSYSTEM=="input", ATTRS{idProduct}=="0763", ATTRS{idVendor}=="06a3", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"` Replace `0763` and `06a3` with the product and vendor ids of your device....
> This didn't work me either. I verified that ID_INPUT_JOYSTICK=1 with `udevadm info --query=all`, and when that didn't work, I set ID_INPUT_ACCELEROMETER=0, which also didn't work. Does it something when...
> Replying to https://github.com/ValveSoftware/Proton/issues/5126#issuecomment-1024723981 Have you tested the workaround in https://github.com/ValveSoftware/Proton/issues/5126#issuecomment-1014421315.
Anyone with this issue should check this: https://github.com/ValveSoftware/steam-for-linux/issues/8443#issuecomment-1054587604
I think this inline wasn't introduced until some later 5.x version. Probably Steam Deck uses a kernel that doesn't have this inline yet.
I'm finally thinking I should add min_torque and "higher than 100% gain" settings. I'm used to play with these settings in rFactor 2 and they can help tune Logitech wheels...
> > I changed the behaviour in the OpenFFBoard firmware back to treating 0xffff and 0 as infinite. The PID standard is not fully clear about if the maximum or...
I think we're mixing PID docs and the Linux API. While infinite is defined as the max in the PID docs, that's not how it's defined in the Linux API....
> Are you implying hid-pidff.c should transate the zero to 0xffff? It wouldn't make sense to ever have an effect with zero length I'm guessing. Yes. It doesn't make any...