[Bug 245877] Synaptics touchpad sends button release as soon as movement starts preventing text selection

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 24 16:46:53 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245877

--- Comment #6 from raichoo <raichoo at googlemail.com> ---
Here's what I get

E: 0.000001 0001 0110 0001      # EV_KEY / BTN_LEFT             1
E: 0.000001 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +0ms
E: 0.984647 0001 0110 0000      # EV_KEY / BTN_LEFT             0
E: 0.984647 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +984ms
E: 4.170001 0001 0110 0001      # EV_KEY / BTN_LEFT             1
E: 4.170001 0000 0000 0001      # ------------ SYN_REPORT (1) ----------
+3186ms
E: 4.666718 0002 0001 -001      # EV_REL / REL_Y                -1
E: 4.666718 0001 0110 0000      # EV_KEY / BTN_LEFT             0
E: 4.666718 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +496ms

Clicking with BTN_LEFT and releasing it works but when I click+hold+move the
release gets issued prematurely.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list