From owner-freebsd-current@FreeBSD.ORG Wed Apr 8 16:19:38 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6067E35 for ; Wed, 8 Apr 2015 16:19:38 +0000 (UTC) Received: from st11p00mm-asmtp003.mac.com (st11p00mm-asmtpout003.mac.com [17.172.81.2]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B97DD70 for ; Wed, 8 Apr 2015 16:19:38 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp003.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMH00F2HXCNLI10@st11p00mm-asmtp003.mac.com> for freebsd-current@freebsd.org; Wed, 08 Apr 2015 16:19:36 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-08_05:2015-04-07,2015-04-08,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504080130 From: Rui Paulo To: Shawn Webb Subject: Re: Call For Testers: Synaptics touchpads Date: Wed, 08 Apr 2015 09:19:34 -0700 Message-id: <25062994.mCtyRnJWsQ@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <1428498831.5499.4.camel@hardenedbsd.org> References: <1849381.HnoQVUIgNM@akita> <1428498831.5499.4.camel@hardenedbsd.org> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 08 Apr 2015 16:58:55 +0000 Cc: FreeBSD-Current 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: Wed, 08 Apr 2015 16:19:39 -0000 On Wednesday 08 April 2015 09:13:51 Shawn Webb wrote: > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two finger scrolling. This is such a common feature these days that I > > think we should enable it by default and disable edge scrolling. I've > > implemented some detection code to keep edge scrolling enabled when the > > touchpad has a dedicated area for scrolling. > > > > Please test it and report back your experience. To enable synaptics > > support, you need: > > > > hw.psm.synaptics_support=1 > > > > in loader.conf. > > Hey Rui, > > I'm excited to have this and will test this out this week. Do I need to > recompile any ports (namely, the xf86-input-synaptics port) after > applying this patch? No, it's all in the kernel. -- Rui Paulo