From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757475Ab0E1Ocy (ORCPT ); Fri, 28 May 2010 10:32:54 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:36836 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842Ab0E1Ocw (ORCPT ); Fri, 28 May 2010 10:32:52 -0400 Date: Fri, 28 May 2010 07:28:38 -0700 (PDT) From: Linus Torvalds To: Peter Hutterer cc: Dave Airlie , Dmitry Torokhov , Florian Ragwitz , Arjan Opmeer , Eric Piel , Andrew Morton , Linux Kernel Mailing List , linux-input@vger.kernel.org Subject: Re: [git pull] Input updates for 2.6.35-rc0 In-Reply-To: <20100528061957.GA19624@quokka.bne.redhat.com> Message-ID: References: <20100520165243.GA20861@core.coreip.homeip.net> <20100528061957.GA19624@quokka.bne.redhat.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 May 2010, Peter Hutterer wrote: > > Default behaviour is tapping on for no-button touchpads (like the ones on > the apples) and tapping off for everything else. It may well be a good default when the buttons are physically separate (like on a lot of touchpads). But when the bottom of the touchpad itself is the button (ie the touchpad has a rocker, and you have to press down on the touchpad itself), the buttons technically _exist_, but they are basically useless. That Dell machine got a lot of bad reviews for its horribe touchpad, and I used to not understand why people disliked the touchpad so much - it didn't feel horrible to me. But now I wonder if Windows has the same logic, and reviewers - like me - hadn't realized to enable the tap feature. Linus