https://bugs.freedesktop.org/show_bug.cgi?id=91196
Peter Hutterer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |NOTABUG --- Comment #3 from Peter Hutterer <[email protected]> --- hmm, not sure what to do here, this appears to be a hardware issue. Look at the events (after a grep): E: 4.503993 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.535996 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.551996 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.567994 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.583995 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.607994 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.888004 0002 0008 0001 # EV_REL / REL_WHEEL 1 E: 4.911997 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.928007 0002 0008 0001 # EV_REL / REL_WHEEL 1 E: 4.943995 0002 0008 0001 # EV_REL / REL_WHEEL 1 E: 4.959997 0002 0008 -001 # EV_REL / REL_WHEEL -1 E: 4.983997 0002 0008 -001 # EV_REL / REL_WHEEL -1 ... the first number is the time in seconds since starting evemu. so you do really get wrong scroll events on that mouse at random intervals. the rest of the log shows the same issue. note that the events are as they come directly from the kernel, libinput or other pieces of the stack have no effect here. in fact, these are the same events that libinput would see. there isn't much we can do here tbh, looks like the HW is broken. sorry. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
