https://bugs.freedesktop.org/show_bug.cgi?id=93583
--- Comment #6 from Peter Hutterer <[email protected]> --- I ran this here and I can reproduce it, though it looks more to be a kernel bug. Run sudo libinput-debug-events --enable-tap --verbose and do a three-finger tap. Here, with the evemu-emulated device I get the second and third touch detected as palm touches ("palm: palm detected (edge)" in the output) but that is likely a result of the evemu emulation. Do you see this output as well? If so, get the git repo, put this printf at the top of tp_palm_detect: printf("touch x/y: %d/%d\n", t->point.x, t->point.y); compile it and run again. Thanks. -- 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
