From owner-freebsd-x11@FreeBSD.ORG Thu Aug 29 14:10:14 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89443ED8; Thu, 29 Aug 2013 14:10:14 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E906B2A85; Thu, 29 Aug 2013 14:10:13 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id h10so273621eaj.39 for ; Thu, 29 Aug 2013 07:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=9kBwi1CTrxUaf7r5Dn07aZn2zttlscp1i72O5loqig8=; b=f9g3BkGhMQeCmAjA/sDGBLP3rg6dQmbs5Ck53JcsRf5YxfQlZVpNNJVLViDnFHR7vO WL7cG2AHoe57SO0HCbNp4p6Kq5/drQH1pGfsbbb5iX797ycyIB1fTWSHsEDnMeATmLiu zWggUXC4ixmLX+HxVgSy1fBbNFCEAt6qmu9JXrbFW3U7kGQRkSHWIS9McRJKruoO5HQo xAGwZDEI5YhBD9OkGTFWubCDi5MAiJLKSjwPdsuxdxXeeS/fOJeoyMH/h0Brxl/y/VS9 3BWpp8K63ZgZAQQQCXhOZqiydO2n0PNqnXtXcQZor9odSnofdwU+38TZxhsZY0jKQiXv yV8Q== X-Received: by 10.15.101.195 with SMTP id bp43mr3582450eeb.70.1377785411974; Thu, 29 Aug 2013 07:10:11 -0700 (PDT) Received: from notebook.alkar.net ([91.243.193.58]) by mx.google.com with ESMTPSA id n48sm46500793eeg.17.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 Aug 2013 07:10:11 -0700 (PDT) From: Artyom Mirgorodskiy To: Brandon Gooch Subject: Re: unsupported synaptics touchpad Date: Thu, 29 Aug 2013 17:10:18 +0300 Message-ID: <1596081.5RRtn7UfRG@notebook.alkar.net> User-Agent: KMail/4.11 (FreeBSD/10.0-CURRENT; KDE/4.11.0; amd64; ; ) In-Reply-To: References: <20130822155651.GA32146@probe.unige.ch> <9437888.l2O97oTlfp@notebook.alkar.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: freebsd-x11@freebsd.org, =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 14:10:14 -0000 This patch works for me too. Thank you. On Wednesday 28 August 2013 22:50:50 Brandon Gooch wrote: > On Wed, Aug 28, 2013 at 1:17 PM, Artyom Mirgorodskiy < > artyom.mirgorodsky@gmail.com> wrote: >=20 > > Please see block /* XXX Documentation? */ and higher. > > > > For example I have is not working properly scrolling and pressing t= he > > right button works the same way and scroll, making it impossible to= open > > the context menu. It's not bug of my touch pad. I read manual and d= ump data > > from my touch pad - everything work according documentation, howeve= r I do > > not have enough time to make correct code. May be a good idea to cr= eate > > patch and collect feedback... > > >=20 > Try this patch: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D170834 >=20 > Works for me... >=20 > -Brandon >=20 >=20 > > > > On Wednesday 28 August 2013 19:52:19 Jean-S=E9bastien P=E9dron wrot= e: > > > On 23.08.2013 16:27, Artyom Mirgorodskiy wrote: > > > > I'm sorry, friends, but the current implementation of > > > > SynapticsTouchPad is not compliant with SynapticsTouchPad > > > > InterfacingGuide > > > > http://ccdw.org/~cjj/l/docs/ACF126.pdf > > > > > > Do you have specific examples of such incompatibilities? I know t= hat our > > > in-kernel driver has not been updated for a long time, but I don'= t have > > > an Synaptics touchpad anymore unfortunately. > > > > > > > > -- > > Artyom Mirgorodskiy > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.o= rg" > > --=20 Artyom Mirgorodskiy