public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] Synaptics touchpad with Trackpoint needs ps/2 reset
@ 2003-03-25  7:25 Arne Koewing
  2003-03-26  8:50 ` Vojtech Pavlik
  2003-03-26  9:20 ` Niels den Otter
  0 siblings, 2 replies; 6+ messages in thread
From: Arne Koewing @ 2003-03-25  7:25 UTC (permalink / raw)
  To: linux-kernel, vojtech

Hi!

I recently posted this to linux-kernel (with a different subject)
I had included a wrong ptch there, i think this one is ok.

As some people before I had the 'Dell trackpoint does not work' problem
after upgrading to 2.5.XX:
That was:
     
the trackpoint of your dell won't work until:
    - hibernate and wake up the system again
    - plug in an external mouse (you may remove it immediately)

it seems that dells hardware is disabling the trackpoint if you
probed for the touchpad.
A device reset after probing does help, but I've no idea how this
would affect other synaptics touchpad devices although I think
most devices will not complain about one extra reset.


  Arne


diff -bruN   linux-2.5.65-old/drivers/input/mouse/psmouse.c linux-2.5.65/drivers/input/mouse/psmouse.c 
--- linux-2.5.65-old/drivers/input/mouse/psmouse.c      2003-03-05 04:29:03.000000000 +0100
+++ linux-2.5.65/drivers/input/mouse/psmouse.c  2003-03-26 09:11:10.000000000 +0100
@@ -345,6 +345,7 @@
                   thing up. */
                psmouse->vendor = "Synaptics";
                psmouse->name = "TouchPad";
+              psmouse_command(psmouse, param, PSMOUSE_CMD_RESET_BAT);
                return PSMOUSE_PS2;
        }

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

end of thread, other threads:[~2003-06-03  9:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-25  7:25 [patch] Synaptics touchpad with Trackpoint needs ps/2 reset Arne Koewing
2003-03-26  8:50 ` Vojtech Pavlik
2003-03-26  9:22   ` Arne Koewing
2003-03-26  9:25     ` Vojtech Pavlik
2003-03-26  9:20 ` Niels den Otter
2003-06-03  9:35   ` Niels den Otter

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