Keyboard is frozen on boot of 2.3.41

Linus Torvalds torvalds en transmeta.com
Dom Ene 30 00:29:26 CST 2000


Ok, one final suggestion:

 - the new "kbd_exists" logic in pc_kbd.c may be just completely buggered.
   It tries to notice when a PC-style keyboard is missing, and avoid
   trying to set the leds on it when no keyboard exists. Looks simple, but
   it may just not do the right thing, and it could conceivably result in
   the keyboard being left in a state where it got the command to switch
   the LED state, but never got the LED state bitmap it was expecting, so
   it would hang.

Could you who see the keyboard hang please do
 - tell me what kind of computer you have. Model, manufacturer, whatever
   seems relevant. I'd like to see if there is some pattern to it.
 - comment out the check for "kbd_exists" at the top of "send_data()" in
   drivers/char/pc_kbd.c (you can leave all the other references active,
   just remove the line that says

	if (!kbd_exists) return 0;

   which will disable that particular logic completely.

If that fixes it, then we have another clue.

		Linus


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



Más información sobre la lista de distribución Ayuda