On 12/05/2026 1:29 am, Franco Martelli wrote:
~$ sudo modinfo psmouse
…
1 = enabled, 0 = disabled (default). (bool)
parm: resetafter:Reset device after so many bad packets (0 =
never). (uint)
parm: resync_time:How long can mouse stay idle before forcing
resync (in seconds, 0 = never). (uint)
It looks interesting, but I would not exclude an issue with the lower
level i8042 rather than with generic psmouse. I am unsure if it is
possible to unload it and load again (perhaps from a VT, not from GUI
session).
Debug logging for the module might be tried, however it should be rather
verbose. I have no idea if it is possible to dump internal module state
to inspect it with debugger.