From owner-freebsd-current@freebsd.org Fri Jun 9 12:57:59 2017 Return-Path: Delivered-To: freebsd-current@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 DE1ACBF41E0 for ; Fri, 9 Jun 2017 12:57:59 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC4326628B; Fri, 9 Jun 2017 12:57:59 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from [IPv6:::1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id D4E939E86; Fri, 9 Jun 2017 12:57:58 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Subject: Re: CFT: EVDEV support in psm(4) driver To: freebsd-current@freebsd.org References: <5fa9225de944d6cdac0b7e5749b452a9@kondratyev.su> From: Jonathan Anderson Cc: vladimir@kondratyev.su Message-ID: <03831fcc-5744-21da-0756-d28bf256c203@FreeBSD.org> Date: Fri, 9 Jun 2017 08:57:58 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <5fa9225de944d6cdac0b7e5749b452a9@kondratyev.su> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Jun 2017 12:58:00 -0000 Hi Vladimir, On 04/16/17 15:18, Vladimir Kondratyev wrote: > Following patch [1] bring in multitouch EVDEV support for Synaptics > and Elan PS/2 > touchpads found in many laptops. (And for generic relative PS/2 mices > as well). > This allows to replace our limited in-kernel gesture processor with > full-blown > one from xf86-input-synaptics or xf86-input-libinput driver and makes > Synaptics and Elan PS/2 touchpad support to be mostly on par with Linux Thanks very much... I've been using your patch for awhile with my Synaptics touchpad and it's lovely to have two-finger scrolling that works properly! I did need to massage the patch to make it apply on drm-next: https://github.com/trombonehero/freebsd/commit/3d74a33a1bc709d289216cb946744afecb70f6b5 Sometimes I experience dropped touchpad events, particularly when the system is busy and my wi-fi is being reconfigured. Is there anything I can do to help debug this? Jon -- jonathan@FreeBSD.org