Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261678AbVA3LVC (ORCPT ); Sun, 30 Jan 2005 06:21:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261679AbVA3LVC (ORCPT ); Sun, 30 Jan 2005 06:21:02 -0500 Received: from av5-2-sn3.vrr.skanova.net ([81.228.9.114]:42208 "EHLO av5-2-sn3.vrr.skanova.net") by vger.kernel.org with ESMTP id S261678AbVA3LU5 (ORCPT ); Sun, 30 Jan 2005 06:20:57 -0500 To: dtor_core@ameritech.net Cc: David Brownell , linux-kernel@vger.kernel.org, Pete Zaitcev Subject: Re: Touchpad problems with 2.6.11-rc2 References: <200501251155.20430.david-b@pacbell.net> From: Peter Osterlund Date: 30 Jan 2005 12:20:54 +0100 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1338 Lines: 22 Dmitry Torokhov writes: > On Tue, 25 Jan 2005 11:55:20 -0800, David Brownell wrote: > > The more serious one is that sometimes it seems to spontaneously emit click > > events while I'm moving finger across pad. Which means I've had to learn to > > plan my "mouse" motions to avoid areas where clicking could have bad effects. > > But that's not always possible ... > > That is default sensitivity not suiting your habits I think. I would > recomment trying out Synaptics X driver (which also does ALPS) so you > will be able adjust sensitivity the way you like it. I think the problem is that the tap detection in mousedev.c is very simplistic. It always generates a button click if the time between "finger down" and "finger up" is small enough, even if the finger was moved a large x/y distance. The X driver handles this with another parameter that specifies the maximum allowed distance. If the finger moved more than this distance, no button event is generated. -- Peter Osterlund - petero2@telia.com http://web.telia.com/~u89404340 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/