The problem I see is that we still touch autocenter on `PID_USAGE_DC_STOP_ALL_EFFECTS`, and we will never request anything different after that.
Instead, and in addition to allowing user to configure autocenter as they like, the Proton patches are also changing the default behavior by reading the initial device `/sys/class/*/autocenter` value and use it when resetting device. Wouldn't that help for this case?
I can even tweak it and disable autocenter requests entirely (in the SDL/evdev backends) if that property is absent, I have no idea whether it is a common property or not. Something like https://gitlab.winehq.org/wine/wine/-/merge_requests/8686 for instance.