From patchwork Tue Mar 9 22:39:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Rydberg X-Patchwork-Id: 84421 X-Patchwork-Delegate: jikos@jikos.cz Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o29MdSmU015556 for ; Tue, 9 Mar 2010 22:39:28 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753603Ab0CIWj1 (ORCPT ); Tue, 9 Mar 2010 17:39:27 -0500 Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:54646 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752290Ab0CIWj1 (ORCPT ); Tue, 9 Mar 2010 17:39:27 -0500 Received: from c83-248-196-134.bredband.comhem.se ([83.248.196.134]:49971 helo=[192.168.0.183]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Np857-0000O3-4w; Tue, 09 Mar 2010 23:39:19 +0100 Message-ID: <4B96CE11.2040307@euromail.se> Date: Tue, 09 Mar 2010 23:39:13 +0100 From: Henrik Rydberg User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Rafi Rubin CC: Jiri Kosina , linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, chatty@enac.fr, Mika.Kuoppala@nokia.com Subject: Re: [PATCH] hid-ntrig.c Multitouch cleanup and fix References: <4B75E14A.2050602@seas.upenn.edu> <1266027185-5311-1-git-send-email-rafi@seas.upenn.edu> <4B760D60.6020907@seas.upenn.edu> <4B96B740.7020208@euromail.se> <4B96BAF1.5070209@seas.upenn.edu> <4B96C7EB.2000801@seas.upenn.edu> In-Reply-To: <4B96C7EB.2000801@seas.upenn.edu> X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1Np857-0000O3-4w. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Np857-0000O3-4w 1477773cc07c2aa6bfb77f6db4543c17 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 09 Mar 2010 22:39:28 +0000 (UTC) From d6c3b34c78f442a3d27ce99a5f12bb49ddab71b5 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 9 Mar 2010 21:21:31 +0100 Subject: [PATCH] input: mt: update the status of the Multitouch X driver project The Multitouch X driver project has moved to alpha status. This patch updates the documentation accordingly. Signed-off-by: Henrik Rydberg --- Documentation/input/multi-touch-protocol.txt | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/Documentation/input/multi-touch-protocol.txt b/Documentation/input/multi-touch-protocol.txt index eacb226..c0fc1c7 100644 --- a/Documentation/input/multi-touch-protocol.txt +++ b/Documentation/input/multi-touch-protocol.txt @@ -233,11 +233,6 @@ where examples can be found. difference between the contact position and the approaching tool position could be used to derive tilt. [2] The list can of course be extended. -[3] The multi-touch X driver is currently in the prototyping stage. At the -time of writing (April 2009), the MT protocol is not yet merged, and the -prototype implements finger matching, basic mouse support and two-finger -scrolling. The project aims at improving the quality of current multi-touch -functionality available in the Synaptics X driver, and in addition -implement more advanced gestures. +[3] Multitouch X driver project: http://bitmath.org/code/multitouch/. [4] See the section on event computation. [5] See the section on finger tracking. -- 1.6.3.3