On Thu, Jan 20, 2005 at 12:23:58AM +0100, Daniel Caujolle-Bert wrote:
> Hi,
> 
>  With 2.6.11-rc1 bk6 and bk7 (didn't tried with < bk6), my alps touchpad is 
> no 
> more correctly probed, it's recognised as a standard PS/2 mouse.
>  So, with this trivial two line patch, everything is working again.
> 
> Cheers.

I have had the same problems...
Now solved ...

Thanks for the patch,

         Juergen.
> -- 
> 73's de Daniel "Der Schreckliche", F1RMB.
> 
>              -=- Daniel Caujolle-Bert -=- [EMAIL PROTECTED] -=-
>                         -=- http://naboo.homelinux.org -=-

> --- linux-2.6.11-rc1/drivers/input/mouse/alps.c       2005-01-19 
> 19:43:36.000000000 +0100
> +++ linux/drivers/input/mouse/alps.c  2005-01-19 19:34:32.000000000 +0100
> @@ -194,6 +194,12 @@
>       int i;
>  
>       /*
> +      * Let's clean the stuff.
> +      */
> +     if(psmouse_reset(psmouse) < 0)
> +       printk(KERN_ERR "alps reset failed\n");
> +
> +     /*
>        * First try "E6 report".
>        * ALPS should return 0x00,0x00,0x0a or 0x00,0x00,0x64
>        */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to