From owner-freebsd-mobile@freebsd.org Tue Sep 13 12:44:20 2016 Return-Path: Delivered-To: freebsd-mobile@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A978BD94F4 for ; Tue, 13 Sep 2016 12:44:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDFC5BA7 for ; Tue, 13 Sep 2016 12:44:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8DCiJQf081278 for ; Tue, 13 Sep 2016 12:44:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Tue, 13 Sep 2016 12:44:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 12:44:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #37 from Vladimir Kondratyev --- (In reply to Juan Ram=C3=B3n Molina Menor from comment #36) > I have a ThinkPad with Synaptics multi-touch trackpad (capReportsV: 1, se= e above for details) and I=E2=80=99ve not found regressions with this new p= atch. Softbuttons, tapping, two-finger scroll, three-finger paste, etc. wo= rk as expected. Thanks! Did you try multitouch gestures like clickpad Click-and-drag? Place 2 fingers one by one on touchpad to trigger 2-finger scroll then click with one finger and move another one without releasing touch surface. You should see cursor moving with your finger with mouse button downed (drag). = It should not depends on placing order and which finger is holding a click and which finger is moving. It would be nice to check these gestures with x11-drivers/xf86-input-synapt= ics driver in psm mode. It seems that nonpatched driver do not initialize "adva= nced gesture mode" for xf86-input-synaptics for multitouch trackpads. This patch should fix that. --=20 You are receiving this mail because: You are on the CC list for the bug.=