Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756454Ab2BXJI6 (ORCPT ); Fri, 24 Feb 2012 04:08:58 -0500 Received: from smtprelay-b12.telenor.se ([62.127.194.21]:55647 "EHLO smtprelay-b12.telenor.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755548Ab2BXJIk (ORCPT ); Fri, 24 Feb 2012 04:08:40 -0500 X-SENDER-IP: [85.230.168.211] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At94AH9SR09V5qjTPGdsb2JhbABEiW2nZQOBAhkBAQEBNzSBcwEBBAE6HCMQCANGFCUKGogUCbk6E4pDgi4RBAkWCwMPDQIJBhUCAwMCiFljBJU6hW2NBA X-IronPort-AV: E=Sophos;i="4.73,475,1325458800"; d="scan'208";a="271960824" From: "Henrik Rydberg" Date: Fri, 24 Feb 2012 10:08:35 +0100 To: Dmitry Torokhov Cc: Daniel Kurtz , Chung-yih Wang , Alessandro Rubini , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] CHROMIUM: Input: synaptics - filter out the events with low z values Message-ID: <20120224090835.GA2154@polaris.bitmath.org> References: <1329896503-28394-1-git-send-email-cywang@chromium.org> <20120222083858.GA26570@polaris.bitmath.org> <20120222110459.GA28126@polaris.bitmath.org> <20120222152425.GA29436@polaris.bitmath.org> <20120224082706.GB18291@core.coreip.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120224082706.GB18291@core.coreip.homeip.net> 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 Content-Length: 1109 Lines: 22 > > The most striking effect is the ability to better retain a > > drag. Although the statement was made in light of possible > > (1-strong,1-weak) packets, it should help in the 2-weak case too. > > The bigger question is why is this needed in kernel. The original > hysteresis with BTN_TOUCH was done for sole benefit of mousedev so that > we could allow somewhat better transition from standard PS/2 mode into > native Synaptics mode with absolute coordinates at time when barely > anyone had Synaptics X driver installed. This was, what, 10 years ago? The semi-mt behavior is obviously a special case, where userspace relies on the reported number of fingers to transition between one touch and two touches. There is no pressure information sent to userspace in this case, so the situation is in fact quite similar to the ancient mousedev situation. Henrik -- 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/