From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753842Ab2LEULJ (ORCPT ); Wed, 5 Dec 2012 15:11:09 -0500 Received: from smtprelay-h31.telenor.se ([213.150.131.4]:50504 "EHLO smtprelay-h31.telenor.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751989Ab2LEULH (ORCPT ); Wed, 5 Dec 2012 15:11:07 -0500 X-SENDER-IP: [85.230.168.206] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvZeAJapv1BV5qjOPGdsb2JhbABEhW0BhQCzNxcDAQEBATg0gh4BAQQBOhwjBQsIA0YUJQoaE4gKCsJQFJADYQOWAoV7jUA X-IronPort-AV: E=Sophos;i="4.83,380,1352070000"; d="scan'208";a="458794689" From: "Henrik Rydberg" Date: Wed, 5 Dec 2012 21:13:07 +0100 To: Kamal Mostafa Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Torokhov , Dudley Du , David Solda , Troy Abercrombia , Kyle Fazzari , Mario Limonciello , Tim Gardner , Herton Krzesinski Subject: Re: [PATCH v4 4/4] input: Cypress PS/2 Trackpad simulated multitouch (disabled) Message-ID: <20121205201307.GA1357@polaris.bitmath.org> References: <1354674245-25768-1-git-send-email-kamal@canonical.com> <1354674245-25768-5-git-send-email-kamal@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354674245-25768-5-git-send-email-kamal@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kamal, > This feature is disabled by default; enable with CYPRESS_SIMULATED_MT. > > Instead of SEMI_MT, present a full mt interface with simulated contact > positions for >=3 fingers. Enables e.g. multi-finger tap and drag for > old userspace applications which only count the contact positions. > > Signed-off-by: Kamal Mostafa > --- > drivers/input/mouse/cypress_ps2.c | 18 ++++++++++++++++++ > drivers/input/mouse/cypress_ps2.h | 16 ++++++++++++++-- > 2 files changed, 32 insertions(+), 2 deletions(-) No thanks. Millions of devices are supported via semi-mt, there is no reason why this one should be different. If there are userland issues, something broke recently. You may want to check with Chase, for instance, for the full history of commodity trackpad MT support. Thanks. Henrik