From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 19:41:37 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF03B1DB for ; Mon, 13 Apr 2015 19:41:36 +0000 (UTC) Received: from smtprelay-b22.telenor.se (smtprelay-b22.telenor.se [195.54.99.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF7DD11 for ; Mon, 13 Apr 2015 19:41:36 +0000 (UTC) Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id E6F96452C0 for ; Mon, 13 Apr 2015 21:23:59 +0200 (CEST) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BTEAC4FixVPD5e5VVcgwyBM4MQgy3DTYJcAoE7TQEBAQEBAQcBAQEBODtBBYNZAQEBAQIBHQYPASMjEAsOCgICJgICLQwKFAaINQwBtyqWGgEBAQEGAgEfgSGKCoR8B4JogUUFkQxiikqMRYVSgTiCJRyBUjyCdAEBAQ X-IPAS-Result: A2BTEAC4FixVPD5e5VVcgwyBM4MQgy3DTYJcAoE7TQEBAQEBAQcBAQEBODtBBYNZAQEBAQIBHQYPASMjEAsOCgICJgICLQwKFAaINQwBtyqWGgEBAQEGAgEfgSGKCoR8B4JogUUFkQxiikqMRYVSgTiCJRyBUjyCdAEBAQ X-IronPort-AV: E=Sophos;i="5.11,571,1422918000"; d="scan'208";a="860020572" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb3.telenor.se with ESMTP; 13 Apr 2015 21:23:59 +0200 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Yhjxe-0005is-Hr; Mon, 13 Apr 2015 21:23:58 +0200 Received: from 85.229.93.187 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Mon, 13 Apr 2015 21:23:58 +0200 (CEST) Message-ID: <55222.85.229.93.187.1428953038.squirrel@webmail.alvermark.net> Date: Mon, 13 Apr 2015 21:23:58 +0200 (CEST) Subject: Re: Call For Testers: Synaptics touchpads From: "Jakob Alvermark" To: "Rui Paulo" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit References: <1849381.HnoQVUIgNM@akita> <35767.85.229.93.187.1428525513.squirrel@webmail.alvermark.net> <2696756.suIA1QQXU7@akita> In-Reply-To: <2696756.suIA1QQXU7@akita> Cc: freebsd-current@freebsd.org, Jakob Alvermark X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 19:41:37 -0000 Sorry for not replying earlier, other things got in the way. I noticed the second patch was committed. Anyway here is some feedback: On Wed, April 8, 2015 23:58, Rui Paulo wrote: > On Wednesday 08 April 2015 22:38:33 Jakob Alvermark wrote: > >> Hi, >> >> >> Tested on my Acer E3-112 with a TouchPad. >> >> >> It works, thank you! >> >> >> I have been missing two-finger scrolling, it was quite awkward using >> edge scrolling IMHO. >> >> It does feel like it sometimes gets stuck in scrolling mode. When >> trying to move the pointer just after having scrolled, it scrolls even >> using just one finger. > > I've seen this problem too and I think it's related to my patch. I'll > see what I can do to fix it. With the committed patch, it feels much more responsive! >> Three-finger tapping also works. (Generating a button 3 event) >> > > That should've worked before. It did. Both the old and the new driver generates button 2 events. (Not button 3, I was wrong) >> "Clicking" on the pad (pushing it down until it "clicks" sends button >> events for both button 1 and 2. (Which is seems to sometimes be >> interpreted as button 3...) > > Was it only sending one button before? Just tried booting the old kernel, and yes, only button 2 events gets sent. With the new driver, I get both button 1 and 2 events... >> The biggest improvement though; before it would get totally crazy at >> random intervals with the pointer moving all over the screen and >> clicking at random points. Quite annoying... This patch seems to have >> eliminated that! > > Hmm, not sure how this patch would've fixed that. I'd suggest testing a > bit more just to be sure... With the last update, it seem to have come back, although it feels like it does not happen as frequently as before. This is strange. As I said, sometimes the mouse pointer would just jump around like mad. Even if I don't touch the pad. The remedy is to disable it and enable again. (Fn + F7 on this Acer) Then it goes back to normal again. > >> Also, does it support horizontal scrolling? >> > > Yes, but Xorg needs to be patched. Any hints on that? > > -- > Rui Paulo > >