public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Alps touchpad probing failure
@ 2005-01-19 23:23 Daniel Caujolle-Bert
  2005-01-20  3:45 ` Dmitry Torokhov
  2005-01-20  7:39 ` Juergen Quade
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Caujolle-Bert @ 2005-01-19 23:23 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 417 bytes --]

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.
-- 
73's de Daniel "Der Schreckliche", F1RMB.

             -=- Daniel Caujolle-Bert -=- segfault@club-internet.fr -=-
                        -=- http://naboo.homelinux.org -=-

[-- Attachment #1.2: alps.c.diff --]
[-- Type: text/x-diff, Size: 418 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Alps touchpad probing failure
  2005-01-19 23:23 [PATCH] Alps touchpad probing failure Daniel Caujolle-Bert
@ 2005-01-20  3:45 ` Dmitry Torokhov
  2005-01-20  7:13   ` Daniel Caujolle-Bert
  2005-01-20  7:39 ` Juergen Quade
  1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2005-01-20  3:45 UTC (permalink / raw)
  To: segfault; +Cc: linux-kernel

On Wednesday 19 January 2005 18:23, 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.

Hi,

I think Peter Osterlund has send similar patch recently - the breakage
appears to be caused by Kensington mouse detection. It looks like these
two don't like each other.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Alps touchpad probing failure
  2005-01-20  3:45 ` Dmitry Torokhov
@ 2005-01-20  7:13   ` Daniel Caujolle-Bert
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Caujolle-Bert @ 2005-01-20  7:13 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]

Hi Dmitry,

Le Jeudi 20 Janvier 2005 04:45, Dmitry Torokhov a écrit :
> On Wednesday 19 January 2005 18:23, 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.
>
> Hi,
>
> I think Peter Osterlund has send similar patch recently - the breakage
> appears to be caused by Kensington mouse detection. It looks like these
> two don't like each other.

 Oh, i see. Okay, maybe that explain why the ps2 command _CMD_GETINFO returned 
the wrong 0x0 0x0 0x16 values.

Cheers.
-- 
73's de Daniel "Der Schreckliche", F1RMB.

             -=- Daniel Caujolle-Bert -=- segfault@club-internet.fr -=-
                        -=- http://naboo.homelinux.org -=-

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Alps touchpad probing failure
  2005-01-19 23:23 [PATCH] Alps touchpad probing failure Daniel Caujolle-Bert
  2005-01-20  3:45 ` Dmitry Torokhov
@ 2005-01-20  7:39 ` Juergen Quade
  1 sibling, 0 replies; 4+ messages in thread
From: Juergen Quade @ 2005-01-20  7:39 UTC (permalink / raw)
  To: Daniel Caujolle-Bert; +Cc: linux-kernel

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 -=- segfault@club-internet.fr -=-
>                         -=- 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
>  	 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-20  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19 23:23 [PATCH] Alps touchpad probing failure Daniel Caujolle-Bert
2005-01-20  3:45 ` Dmitry Torokhov
2005-01-20  7:13   ` Daniel Caujolle-Bert
2005-01-20  7:39 ` Juergen Quade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox