Date: Tue, 28 Sep 2021 21:39:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253382] Elantech touchpad stopped recognizing taps with 12.2-p3 upgrade Message-ID: <bug-253382-227-kfiILGqZg0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253382-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253382-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253382 --- Comment #14 from Vladimir Kondratyev <wulf@freebsd.org> --- > What's the best way to deal with it? FreeBSD switched from sysmouse to evdev as main mouse input protocol somewh= ere between 12.1 and 12.2. That resulted in replacement of traditional xf86-input-mouse input driver with xf86-input-libinput which have tapping disabled by default. To enable it again, you have following options: 1. Poke libinput authors to change defaults. 2. Set Option "Tapping" "on" in your X11 or DE config as you already did. 3. Make psm to be responsible for gesture processing again with setting of kern.evdev.rcpt_mask=3D3 4. Return back to xf86-input-mouse with recompiling your kernel with EVDEV_SUPPORT option disabled. I recommend to stay with #2. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253382-227-kfiILGqZg0>