From: Arne Koewing <ark@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: Inspiron 8100 Trackpoint/Touchpad issue (with solution?)
Date: Mon, 24 Mar 2003 15:30:54 +0100 [thread overview]
Message-ID: <878yv4x2e9.fsf@gmx.net> (raw)
[-- 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;
}
reply other threads:[~2003-03-24 14:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878yv4x2e9.fsf@gmx.net \
--to=ark@gmx.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.