If I am not mistaken, the latest version of this commit no longer makes the ``` pSDL_HapticSetAutocenter(impl->sdl_haptic, 0); ``` or ``` lnxev_device_physical_device_set_autocenter(iface, 0); ``` calls one the `PID_USAGE_DC_STOP_ALL_EFFECTS` command for, respectively, the SDL and UDEV busses.
My understanding of the code is this will leave me back in my initial situation of having autocenter turned on on my device and overlaying all the effects despite the program having specified the `DIPROPAUTOCENTER_OFF` property as autocenter on is on by default [under the stock linux kernel driver](https://github.com/torvalds/linux/blob/cbbf0a759ff96c80dfc32192a2cc427b79447...