Re: [PATCH] psmouse fixes for 2.6.5

From: Kim Holviala
Date: Wed Apr 21 2004 - 01:53:22 EST


On Wednesday 21 April 2004 05:17, Dmitry Torokhov wrote:

> > > > - support for Targus Scroller mice (from my last weeks patch)
> > >
> > > Why do you have Tragus as a config option - just set the protocol mask
> > > correctly by default...

It's not a config option, I just have a little note on the Kconfig file for
those that read the help pages.

> And I think you will achieve the desired result by just doing:
>
> -static unsigned int psmouse_max_proto = -1U;
> +static unsigned int psmouse_probe_proto = PSMOUSE_ANY & ~PSMOUSE_TARGUS;

You're right... I did have a small logic problem there - that looks much
better.



Kim
-
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/