From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754281Ab0JKOth (ORCPT ); Mon, 11 Oct 2010 10:49:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49749 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754014Ab0JKOtf (ORCPT ); Mon, 11 Oct 2010 10:49:35 -0400 Date: Mon, 11 Oct 2010 16:49:34 +0200 Message-ID: From: Takashi Iwai To: Henrik Rydberg Cc: Chris Bagwell , Dmitry Torokhov , Chase Douglas , linux-input@vger.kernel.org, xorg-devel@lists.x.org, Andy Whitcroft , linux-kernel@vger.kernel.org, Peter Hutterer , Duncan McGreggor Subject: Re: [PATCH 0/3] Input: synaptics - multitouch and multifinger support In-Reply-To: <4CB31E29.9020602@euromail.se> References: <1286549880-32580-1-git-send-email-chase.douglas@canonical.com> <1286558135.22715.162.camel@mini> <201010081104.01527.dmitry.torokhov@gmail.com> <20101010210434.GC18455@core.coreip.homeip.net> <4CB2C154.5060303@euromail.se> <4CB31E29.9020602@euromail.se> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 11 Oct 2010 16:24:41 +0200, Henrik Rydberg wrote: > > On 10/11/2010 04:01 PM, Takashi Iwai wrote: > [...] > > > As an example of mess of Clickpad: if you keep your finger on a button > > area and another finger on the normal area, you shouldn't trigger the > > multi-touch mode, no matter whether it's clicked or not. People tend > > to keep the finger on the button before actually dragging. > > > > But, if you put both fingers in the button area and sliding together, > > it should be handled as two-finger scrolling. Also, if you move one > > finger on a button area, it should be tracked as a normal pointer > > movement. > > > Are you aware of http://bitmath.org/code/multitouch/? The driver was developed > to address very similar issues on the macbook trackpads. Well, I thought Macs don't use the certain areas as virtual buttons but determines the button by the number of fingers. Or was it changed? If yes, could you point out which source file does it? I'm looking through the git tree http://bitmath.org/git/multitouch.git, but couldn't find out yet... > > Another mess is that, as the default setup, the pointer movement is > > too sensitive, and when user pushes down the touchpad for clicking, > > the pointer moves a few or more pixels. This eventually misses the > > target. So, some trick to drag the pointer is necessary for click > > action. One of my patches does it by introducing some "move > > threshold" value. > > > Also addressed in that project. What I am hoping to see, eventually, is code > similar to the core of the multitouch project in something like ginn. This would > exercise the whole utouch stack in an extensible way, and finally make > multitouch trackpads work the way they are supposed to. If the messy behavior of clickpad suits with the multi-touch library, I have nothing against it, sure. It was just my concern that the clickpad-style handling might pollute the code. thanks, Takashi