Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752783Ab0LRHCO (ORCPT ); Sat, 18 Dec 2010 02:02:14 -0500 Received: from mail-pz0-f42.google.com ([209.85.210.42]:48537 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751686Ab0LRHCM (ORCPT ); Sat, 18 Dec 2010 02:02:12 -0500 X-Greylist: delayed 169757 seconds by postgrey-1.27 at vger.kernel.org; Sat, 18 Dec 2010 02:02:12 EST DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=KKJnye9P6hRAPYozLofE5O6xI4vT9rJmIH2Mu0MuK/zBZzMyyKOPUqEOKpFuzYo3pO qaJZPjbOBb5X8PlSqDethppt18uu7RhTh3kfWrq3LZEjwRbaWlXr5VamVmqbdE+/4G4T RoPDXtH+co/b0uBHKTy4/TqPEnUZ09FEsosVs= Date: Fri, 17 Dec 2010 23:02:06 -0800 From: Dmitry Torokhov To: Andres Salomon Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, dsd@laptop.org, pgf@laptop.org, James Cameron Subject: Re: [PATCH] psmouse: disable the synaptics extension on OLPC machines. Message-ID: <20101218070205.GA15847@core.coreip.homeip.net> References: <20101217210939.19b6111a@queued.net> <20101218054927.GA14718@core.coreip.homeip.net> <20101217221447.375b9977@queued.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101217221447.375b9977@queued.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: 1304 Lines: 36 On Fri, Dec 17, 2010 at 10:14:47PM -0800, Andres Salomon wrote: > On Fri, 17 Dec 2010 21:49:28 -0800 > Dmitry Torokhov wrote: > > > On Fri, Dec 17, 2010 at 09:09:39PM -0800, Andres Salomon wrote: > > > > > > OLPC has switched to a Synaptics touchpad. It turns out that it's > > > pretty useless in absolute mode. This patch looks for an OLPC > > > system (via DMI tables), and refuses to init Synaptics mode in > > > that scenario (falling back to relative mode). > > > > > > Signed-off-by: Andres Salomon > > > > Andres, > > > > Can we do what hgpk does and add "depend on !OLPC" to the Kconfig > > instead? > > > > Thanks. > > > > That wouldn't work for distro kernels, unfortunately. Currently the > kernels that OLPC releases disable CONFIG_MOUSE_PS2_SYNAPTICS. I'd > like to use a stock distribution kernel, which would need to enable > both CONFIG_OLPC *and* CONFIG_MOUSE_PS2_SYNAPTICS.. Hence the > motivation for this patch. :) What about just adding psmouse.proto=exps then? -- Dmitry -- 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/