Re: 2.6.0-test5-mm4

From: Vojtech Pavlik
Date: Thu Sep 25 2003 - 07:45:12 EST


On Thu, Sep 25, 2003 at 02:13:04AM +0200, Peter Osterlund wrote:

> Vojtech Pavlik <vojtech@xxxxxxx> writes:
>
> > On Mon, Sep 22, 2003 at 11:27:17PM +0200, Peter Osterlund wrote:
> > > Andrew Morton <akpm@xxxxxxxx> writes:
> > >
> > > > Zilvinas Valinskas <zilvinas@xxxxxxxxx> 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
> >
> > I'd suggest the driver either checks the BUS/VENDOR/DEVICE ids or the
> > bitfields for the pad, not the name. Names are unreliable ...
>
> OK, this is now implemented in version 0.11.5, which I just uploaded
> to my web site. This version also adds support for the new events
> ABS_TOOL_WIDTH, BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP and
> BTN_TOOL_TRIPLETAP.

Great, thanks.

--
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/