Re: Timeout: AT keyboard not present?

From: Andries.Brouwer@cwi.nl
Date: Wed Jan 03 2001 - 09:32:38 EST


        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/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:15 EST