Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262973AbTKEQ1t (ORCPT ); Wed, 5 Nov 2003 11:27:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262986AbTKEQ1t (ORCPT ); Wed, 5 Nov 2003 11:27:49 -0500 Received: from fw.osdl.org ([65.172.181.6]:22985 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262973AbTKEQ1s (ORCPT ); Wed, 5 Nov 2003 11:27:48 -0500 Date: Wed, 5 Nov 2003 08:27:30 -0800 (PST) From: Linus Torvalds To: Matt cc: herbert@gondor.apana.org.au, Kernel Mailing List , Vojtech Pavlik Subject: Re:[MOUSE] Alias for /dev/psaux In-Reply-To: <3FA91493.7060009@ntlworld.com> Message-ID: 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: 1249 Lines: 31 On Wed, 5 Nov 2003, Matt wrote: > > had excatly the same problem moving to test9-mm1, way i fixed it was to > pass the options "psmouse_rate=60 psmouse_resolution=200" to the kernel > at boot (these were the old defaults). Can you guys test passing in "psmouse_noext=1" instead? The thing is, the psmouse initialization in 2.4.x does _nothing_. Nada. Zilch. Zero. And it obviously works fine. So the 2.6.x code is apparently just _crap_. The extended psmouse detection code will try different things, and one thing in particular is that the Logitech magic ID matching sets the resolution to zero, while the IntelliMouse thing sets the rate to 80. I don't know what the proper thing to do is, but I'm pretty certain that the current mouse initialization has got to go. It clearly breaks setups that worked fine in 2.4.x, and the 2.6.x doesn't actually have any _advantages_ that I can tell. Maybe Vojtech can inform us. Passing in "psmouse_noext=1" gets you close to 2.4.x behaviour. Linus - 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/