From patchwork Sat Mar 20 22:19:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrik Rydberg X-Patchwork-Id: 87191 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 o2KMLvsU003495 for ; Sat, 20 Mar 2010 22:21:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752305Ab0CTWV5 (ORCPT ); Sat, 20 Mar 2010 18:21:57 -0400 Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:43630 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206Ab0CTWV5 (ORCPT ); Sat, 20 Mar 2010 18:21:57 -0400 Received: from c83-248-196-134.bredband.comhem.se ([83.248.196.134]:48768 helo=alnilam) by ch-smtp01.sth.basefarm.net with smtp (Exim 4.68) (envelope-from ) id 1Nt72x-00083s-6P; Sat, 20 Mar 2010 23:21:35 +0100 Received: by alnilam (sSMTP sendmail emulation); Sat, 20 Mar 2010 23:19:58 +0100 From: "Henrik Rydberg" To: Dmitry Torokhov Cc: Andrew Morton , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Henrik Rydberg Subject: [PATCH] input: mt: update the status of the Multitouch X driver project Date: Sat, 20 Mar 2010 23:19:56 +0100 Message-Id: <1269123596-2674-1-git-send-email-rydberg@euromail.se> X-Mailer: git-send-email 1.6.3.3 X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1Nt72x-00083s-6P. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Nt72x-00083s-6P 425fa7646be3825034a954ef0fb43e30 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]); Sat, 20 Mar 2010 22:21:58 +0000 (UTC) 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.