lkml.org 
[lkml]   [2001]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Timeout: AT keyboard not present?
	Jan  2 21:20:33 asterix kernel: keyboard: unknown scancode e0 12
Jan 2 21:20:33 asterix kernel: keyboard: unknown scancode e0 71
Jan 2 21:20:33 asterix kernel: keyboard: unknown scancode e0 70
Jan 2 21:20:33 asterix kernel: keyboard: unrecognized scancode (71) - ignored
Jan 2 21:20:33 asterix kernel: keyboard: unknown scancode e0 70
Jan 2 21:20:34 asterix kernel: keyboard: unrecognized scancode (70) - ignored
Jan 2 21:20:47 asterix last message repeated 13 times

This sounds very much as if you got your keyboard into scancode mode 1.

(Ordinarily a key-up event gets scancode of key-down but with
high-order bit set. In scancode set 1, a key-up event get the
scancode of key-down prefixed by 0xf0. Since the high-order bit
is masked here, this 0xf0 would show up as 0x70.
Moreover, the key-up for a sequence like e0 71 is e0 f0 71,
again what you see here.)

How you got into scancode mode 1 I don't know
(maybe by sending the command f0 01 to the keyboard).
Do things improve if you rip this strange messy AUX_RECONNECT
stuff out of drivers/char/pc_keyb.c?

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.052 / U:1.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site