* Inspiron 8100 Trackpoint/Touchpad issue (with solution?)
@ 2003-03-24 14:30 Arne Koewing
0 siblings, 0 replies; only message in thread
From: Arne Koewing @ 2003-03-24 14:30 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
Hi!
As some people before I had the '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 one extra reset.
Arne
patch included:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: synaptics_reset.patch --]
[-- Type: text/x-patch, Size: 492 bytes --]
--- linux-2.5.65-old/drivers/input/mouse/psmouse.c 2003-03-05 04:29:03.000000000 +0100
+++ linux-2.5.65-dev/drivers/input/mouse/psmouse.c 2003-03-24 08:42:11.000000000 +0100
@@ -345,6 +345,8 @@
thing up. */
psmouse->vendor = "Synaptics";
psmouse->name = "TouchPad";
+ psmouse_command(psmouse, param, PSMOUSE_CMD_RESET_BAT);
+ psmouse_command(psmouse, param, PSMOUSE_CMD_ENABLE);
return PSMOUSE_PS2;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-24 14:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-24 14:30 Inspiron 8100 Trackpoint/Touchpad issue (with solution?) Arne Koewing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox