Date: Mon, 04 Jan 2021 19:29:11 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252236] atp(4): Need EVDEV support for modern input stack Message-ID: <bug-252236-227-7gWDt84Oo3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252236-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=3D252236 --- Comment #5 from Jason W. Bacon <jwb@freebsd.org> --- All I can tell you is the mouse generally works well on my MacBook Pro with kern.evdev.rcpt_mask=3D3. My only complaint, and not a serious one, is two-finger scrolling is jumpy. FreeBSD beluga.acadix bacon ~ 296: more /etc/X11/xorg.conf.d/30-tap.conf=20 Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "NaturalScrolling" "on" Option "ClickMethod" "clickfinger" EndSection Some complaints in Xorg.0.log presumably because moused grabbed atp0 first: FreeBSD beluga.acadix bacon ~ 307: ps axw |grep moused 1001 - Ss 0:03.77 /usr/sbin/moused -p /dev/atp0 -t auto -I /var/run/moused.atp0.pid 1614 - Is 0:00.00 /usr/sbin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid [ 75.608] (II) Using input driver 'libinput' for 'Touchpad' [ 75.608] (**) Touchpad: always reports core events [ 75.608] (**) Option "Device" "/dev/atp0" [ 75.608] (**) Option "_source" "server/udev" [ 75.705] (EE) xf86OpenSerial: Cannot open device /dev/atp0 Device busy. [ 75.705] (II) atp0: opening input device '/dev/atp0' failed (Device bus= y). [ 75.705] (II) atp0 - failed to create input device '/dev/atp0'. [ 75.705] (EE) libinput: Touchpad: Failed to create a device for /dev/at= p0 [ 75.705] (EE) PreInit returned 2 for "Touchpad" [ 75.705] (II) UnloadModule: "libinput" [ 75.706] (II) config/udev: Adding input device System keyboard multiple= xer ( /dev/input/event0) Let me know if there's anything else I can provide. --=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-252236-227-7gWDt84Oo3>