From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafi Rubin Subject: Re: [PATCH 2/2] input: mt: Document the MT event slot protocol (rev2) Date: Fri, 21 May 2010 08:19:00 -0700 Message-ID: <1274455140.1871.8.camel@tron> References: <1274213429-22667-1-git-send-email-rydberg@euromail.se> <1274213429-22667-2-git-send-email-rydberg@euromail.se> <4BF4E00A.30206@euromail.se> Reply-To: Rafi Rubin Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from stag.seas.upenn.edu ([158.130.70.79]:41827 "EHLO stag.seas.upenn.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753941Ab0EUPTk (ORCPT ); Fri, 21 May 2010 11:19:40 -0400 In-Reply-To: Content-ID: <1274455139.1871.7.camel@tron> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Ping Cheng , Henrik Rydberg Cc: Dmitry Torokhov , Andrew Morton , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Kuoppala , Peter Hutterer , Benjamin Tissoires , Stephane Chatty , Michael Poole > ABS_MT_BLOB_ID 11 > ABS_MT_TRACKING_ID 45 > ABS_MT_SLOT_ID 0 > ABS_MT_POSITION_X x[0] > ABS_MT_POSITION_Y y[0] > ABS_MT_SLOT_ID 1 > ABS_MT_POSITION_X x[1] > ABS_MT_POSITION_Y y[1] > ABS_MT_SLOT_ID 2 > ABS_MT_POSITION_X x[2] > ABS_MT_POSITION_Y y[2] > SYN_MT_BLOB > ABS_MT_BLOB_ID 89 > ABS_MT_SLOT_ID 3 > ABS_MT_TRACKING_ID 30 > ABS_MT_POSITION_X x[3] > ABS_MT_POSITION_Y y[3] > SYN_MT_BLOB > SYN_REPORT > > where we have two blob of data. They represent finger 1 and finger 2. > Finger 1 has a tracking number 11 while finger 2 has 30.=C2=A0 We do = not > track the three contacts inside the blob since they all belong to the > same finger.=C2=A0 We could even combine type A and B as: ??? Ping: please confirm, are you actually talking about each finger simult= aneously sending multiple positions? Rafi -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html