Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261157AbTIVV2A (ORCPT ); Mon, 22 Sep 2003 17:28:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261161AbTIVV17 (ORCPT ); Mon, 22 Sep 2003 17:27:59 -0400 Received: from smtp5.hy.skanova.net ([195.67.199.134]:7370 "EHLO smtp5.hy.skanova.net") by vger.kernel.org with ESMTP id S261157AbTIVV16 (ORCPT ); Mon, 22 Sep 2003 17:27:58 -0400 To: Andrew Morton Cc: Zilvinas Valinskas , alistair@devzero.co.uk, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Vojtech Pavlik Subject: Re: 2.6.0-test5-mm4 References: <20030922013548.6e5a5dcf.akpm@osdl.org> <200309221317.42273.alistair@devzero.co.uk> <20030922143605.GA9961@gemtek.lt> <20030922115509.4d3a3f41.akpm@osdl.org> From: Peter Osterlund Date: 22 Sep 2003 23:27:17 +0200 In-Reply-To: <20030922115509.4d3a3f41.akpm@osdl.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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: 1369 Lines: 31 Andrew Morton writes: > Zilvinas Valinskas wrote: > > > > Btw Andrew , > > > > this change "Synaptics" -> "SynPS/2" - breaks driver synaptic driver > > from http://w1.894.telia.com/~u89404340/touchpad/index.html. > > > > > > -static char *psmouse_protocols[] = { "None", "PS/2", "PS2++", "PS2T++", "GenPS/ > > 2", "ImPS/2", "ImExPS/2", "Synaptics"}; > > +static char *psmouse_protocols[] = { "None", "PS/2", "PS2++", "PS2T++", "GenPS/2", "ImPS/2", "ImExPS/2", "SynPS/2"}; > > You mean it breaks the XFree driver? Is it just a matter of editing > XF86Config to tell it the new protocl name? It breaks the event device auto detection, which works by parsing /proc/bus/input/devices. The protocol name is hard coded so you can't just change the XF86Config file. > Either way, it looks like a change which should be reverted? I think the new protocol name is better, so why not just fix the X driver instead. Here is a fixed version: http://w1.894.telia.com/~u89404340/touchpad/synaptics-0.11.4.tar.bz2 -- Peter Osterlund - petero2@telia.com http://w1.894.telia.com/~u89404340 - 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/