From owner-freebsd-current@FreeBSD.ORG Wed Apr 8 20:30:40 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 42723BD3 for ; Wed, 8 Apr 2015 20:30:40 +0000 (UTC) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13C07623 for ; Wed, 8 Apr 2015 20:30:39 +0000 (UTC) Received: by pddn5 with SMTP id n5so127072215pdd.2 for ; Wed, 08 Apr 2015 13:30:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=35+g21VunL/BJ2W38ODkjknFjmjOQxljcqyVJd8Vd4U=; b=avz7kBzGDWiMl+F1VQaSxTyE3jvBTjkYVfrSNlwxZT9hTJ3TXFnYAfHt62wp08EnQw usqrZldEcC3Z26ALReaM9U5I0HVGxO3l7skuOKZ5EW3oU69T3RBTwgxFFP3ngpQrQOyD 3KPkeVxYKVVfZ45BX1Uitqt04Q+9PvPOF/+kuYmwR7z2cPpHfgQ0wvU+2NGfPsQp3ZA3 AXLVOAV4GgRv98PuIKdeT7es84nRoNFspkIZ6Sn5PrkS9cpePnSrVoQjM5Tnxi3mPXU4 SaET9XhZhnXvxaCr6aMuerAZwhdaB/TL2F3aDUNCZeOhvRCekQR99PcEaYPJILHJq+dF Ysow== X-Gm-Message-State: ALoCoQlQpgNPK4lqgfm6HpF0RAxAPeo5z4j/qXWQzLsGCn6zMN9r29D0MSASmlN++ITtvTObTveD MIME-Version: 1.0 X-Received: by 10.66.66.196 with SMTP id h4mr48972759pat.127.1428525033050; Wed, 08 Apr 2015 13:30:33 -0700 (PDT) Received: by 10.70.83.165 with HTTP; Wed, 8 Apr 2015 13:30:32 -0700 (PDT) Received: by 10.70.83.165 with HTTP; Wed, 8 Apr 2015 13:30:32 -0700 (PDT) In-Reply-To: <20150408202754.GR20473@e-new.0x20.net> References: <1849381.HnoQVUIgNM@akita> <1428498831.5499.4.camel@hardenedbsd.org> <25062994.mCtyRnJWsQ@akita> <1428514326.5499.20.camel@hardenedbsd.org> <20150408202754.GR20473@e-new.0x20.net> Date: Wed, 8 Apr 2015 16:30:32 -0400 Message-ID: Subject: Re: Call For Testers: Synaptics touchpads From: Shawn Webb To: Lars Engels , freebsd-current@freebsd.org, Rui Paulo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 20:30:40 -0000 On Apr 8, 2015 4:27 PM, "Lars Engels" wrote: > > On Wed, Apr 08, 2015 at 01:32:06PM -0400, Shawn Webb wrote: > > On Wed, 2015-04-08 at 09:19 -0700, Rui Paulo wrote: > > > 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 > > Did you add this to loader.conf? > > > > It's not working in the slightest to me. Looking at the patch, you > > expose additional sysctls. None of those sysctls are visible to me. Is > > there something I need to do besides apply the patch and recompile my > > kernel? If not, then the patch doesn't work in the slightest. > > Does "grep -i synaptics /var/run/dmesg.boot" show anything? I ran through some tests, it looks like my synaptics touchpad isn't supported. I'll have to add support for the device itself before his patch is useful.