From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chase Douglas Subject: Re: [PATCH 2/2] Input: synaptics - emit multitouch data Date: Mon, 13 Dec 2010 15:14:45 -0800 Message-ID: <4D06A8E5.90808@canonical.com> References: <1292280948-1933-1-git-send-email-rydberg@euromail.se> <1292280948-1933-2-git-send-email-rydberg@euromail.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from adelie.canonical.com ([91.189.90.139]:57751 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755193Ab0LMXOv (ORCPT ); Mon, 13 Dec 2010 18:14:51 -0500 In-Reply-To: <1292280948-1933-2-git-send-email-rydberg@euromail.se> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Henrik Rydberg Cc: Dmitry Torokhov , Jiri Kosina , Takashi Iwai , Chris Bagwell , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On 12/13/2010 02:55 PM, Henrik Rydberg wrote: > In multitouch mode, two data packets are sent from the device. Due to > limitations in the hardware detection mechanism, individual contacts > cannot be reliably extracted. However, the bounding rectangle of the > individual contacts can be accurately reproduced. This patch emits the > MT data as envelope coordinates, allowing userspace to track the > bounding rectangle and produce appropriate gestures. > > Acked-by: Chris Bagwell > Signed-off-by: Henrik Rydberg I agree with the patch in theory, but I still have reservations about MT_TOOL_ENVELOPE. Once that's sorted out I'll add my ACK. Thanks, -- Chase