From: Mark Clegg <mark@cleggies.freeserve.co.uk>
To: rubini@vision.unipv.it, linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.x kernel keyboard fix for Digital HiNote Ultra 2000
Date: Sun, 25 Feb 2001 11:45:11 +0000 [thread overview]
Message-ID: <3A98F047.733D7131@cleggies.freeserve.co.uk> (raw)
I have been using the 2.2.x kernels on the Digital HiNote Ultra 2000
(Mobile Pentium MMX 266) (I think this system was later rebadged as a
Compaq Armada 6500) without problem, however, on upgrading to the 2.4
series (2.4.0, 2.4.1 and 2.4.2) I have experienced the system hanging
quite reliably. - The problem goes away when an external keyboard/mouse
is attached.
Further investigation showed that the system itself isn't hanging, just
the keyboard/mouse becomes inoperable (I can still telnet into the
system). Booting without X and GPM is fine but cat /dev/psaux will zap
the keyboard.
I have traced this to drivers/char/pc_keyb.c and it is related to
operation of the builtin mouse (synaptics touchpad).
It would appear that the keyboard hardware is rather sensitive to
something. (RedHat 6.2 Kudzu locks it out as well - this one is
documented in the HiNote HOWTO)).
I have resolved the problem by commenting out a line in
drivers/char/pc_keyb.c related to fixing problems on a Toshiba 4030cdt.
It would appear that the fix for the Tosh, breaks the HiNote. (I don't
have a Tosh to experiment with).
Patch below.....
Regards
Mark
--- drivers/char/pc_keyb.c.orig Sat Feb 24 20:01:46 2001
+++ drivers/char/pc_keyb.c Sat Feb 24 20:02:03 2001
@@ -909,7 +909,7 @@
aux_write_ack(AUX_ENABLE_DEV); /* Enable aux device */
kbd_write_cmd(AUX_INTS_ON); /* Enable controller ints */
- send_data(KBD_CMD_ENABLE); /* try to workaround
toshiba4030cdt problem */
+// send_data(KBD_CMD_ENABLE); /* try to workaround
toshiba4030cdt problem */
return 0;
}
next reply other threads:[~2001-02-25 13:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-25 11:45 Mark Clegg [this message]
2001-02-25 17:57 ` Alan Cox
2001-02-26 20:44 ` Mark Clegg
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=3A98F047.733D7131@cleggies.freeserve.co.uk \
--to=mark@cleggies.freeserve.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=rubini@vision.unipv.it \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®