Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268240AbUI2HK5 (ORCPT ); Wed, 29 Sep 2004 03:10:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268249AbUI2HK5 (ORCPT ); Wed, 29 Sep 2004 03:10:57 -0400 Received: from styx.suse.cz ([82.119.242.94]:42881 "EHLO shadow.suse.cz") by vger.kernel.org with ESMTP id S268240AbUI2HKx (ORCPT ); Wed, 29 Sep 2004 03:10:53 -0400 Date: Wed, 29 Sep 2004 09:11:23 +0200 From: Vojtech Pavlik To: Dmitry Torokhov Cc: LKML Subject: Re: [PATCH 0/8] Set of input (psmouse) patches Message-ID: <20040929071123.GA2648@ucw.cz> References: <200409290140.53350.dtor_core@ameritech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409290140.53350.dtor_core@ameritech.net> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2302 Lines: 56 On Wed, Sep 29, 2004 at 01:40:53AM -0500, Dmitry Torokhov wrote: > Hi Vojtech, > > Here is new bunch of small psmouse patches. Nothing particularly interesting > except probably exporting rate, resolution, resetafter and smartscroll > parameters as sysfs attributes. Protocol exporting and switching is still > in progress though... > > 01-alps-signature.patch > - add a new signature to ALPS response table (Inspiron 8500) > > 02-rate-resolution-handlers.patch > - add set_rate and set_resolution handlers to psmouse structure > to reduce dependencies between protocols, helps wihen exporting > resolutin and rate via sysfs > > 03-synaptics-guest-protocol-switch.patch > - not only set 4 byte guest protocol but also reset it back to 3 > if for some odd reason user reconnects guest requesting lower > protocol. > > 04-psmouse-probe-fix.patch > - patch from Marko Macek dealing with probing and his KVM (the thing > doctors stream and gets confused by the extended probes) > > 05-psmouse-sysfs-attr.patch > - export rate, resolution, resetafter and smartscroll as sysfs > attributes. > > 06-psmouse-drop-ps2tpp.patch > - get rid of PS2T++ protocol symbol as it it handled exactly the same > as PS2++. This leaves space for THINKPS protocol and allows keeping > old Synaptics and Alps protocol numbers that Synaptics X driver > relied on. > > 07-separate-ps2pp-handling.patch > - complete separation of PS2++ protocol deconding by moving everything > into logips2pp.c - cleanup. > > 08-psmouse-packet-size.patch > - add pktsize to psmouse structure and check it instead on relying on > protcol numbering. Also rearrange detect routines in preparation to > dynamic protocol switching via sysfs. > > Please let me know what you think and I will push it on bkbits. All look OK, except for the last one. I'll comment in the patch itself. -- Vojtech Pavlik SuSE Labs, SuSE CR - 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/