Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265423AbUABH6t (ORCPT ); Fri, 2 Jan 2004 02:58:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265425AbUABH6t (ORCPT ); Fri, 2 Jan 2004 02:58:49 -0500 Received: from smtp814.mail.sc5.yahoo.com ([66.163.170.84]:28566 "HELO smtp814.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S265423AbUABH6r (ORCPT ); Fri, 2 Jan 2004 02:58:47 -0500 From: Dmitry Torokhov To: Dax Kelson Subject: Re: Synaptics 3button emulation hosed in 2.6.0-mm2 Date: Fri, 2 Jan 2004 02:58:40 -0500 User-Agent: KMail/1.5.4 Cc: linux-kernel@vger.kernel.org References: <1073024655.2516.11.camel@mentor.gurulabs.com> <200401020207.39713.dtor_core@ameritech.net> <1073029814.2516.39.camel@mentor.gurulabs.com> In-Reply-To: <1073029814.2516.39.camel@mentor.gurulabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401020258.40092.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1123 Lines: 34 On Friday 02 January 2004 02:50 am, Dax Kelson wrote: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/psaux" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "yes" > EndSection > Section "InputDevice" > Identifier "DevInputMice" > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "no" > EndSection > Here is your other trouble - /dev/input/mice gets data from _all_ mouse-like devices in 2.6 so your touchpad data is processed twice. Drop the first input section and set "Emulate3Buttons" on 2nd - it does not hurt if your mouse has 3+ buttons. Good luck, 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/