Be it a from a native input driver or from uinput, EV_FF_STATUS cannot get through to evdev https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/input/input.c?h=v6.10#n241 . Wine seems to use it, if the udev backend is used in winebus, https://gitlab.winehq.org/wine/wine/-/blob/6e15604c48acd63dd8095a4ce2fd011cb3be96db/dlls/winebus.sys/bus_udev.c#L709, it would be used to provide driver updated effect status for IDirectInputEffect::GetEffectStatus. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/input/ff.rst?h=v6.10#n237 says that it is incomplete, but didn't state why it was incomplete. So, what is the plan for EV_FF_STATUS? In it's current state it doesn't do anything even with the iforce driver. Should it just get INPUT_PASS_TO_HANDLERS so that other drivers and application can start using it? Should it get deprecated since it doesn't quite do anything?