diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-20 20:32:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-20 20:32:08 +0000 |
commit | c190bc5b673e9be9ec0e0eeeef72aa7015f867da (patch) | |
tree | 0c582a2732afd1ac44bfe08e3911f5dae34681f3 | |
parent | c2745b603cfacbc6070ba4da72bcb3e8c4900e28 (diff) |
Undo random keyboard driver patch which nobody really remembers
why it was necessary ...
-rw-r--r-- | drivers/char/pc_keyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/pc_keyb.c b/drivers/char/pc_keyb.c index 86d012bed..c265b927f 100644 --- a/drivers/char/pc_keyb.c +++ b/drivers/char/pc_keyb.c @@ -596,7 +596,7 @@ static int __init kbd_wait_for_input(void) int retval = kbd_read_data(); if (retval >= 0) return retval; - mdelay(10); + mdelay(1); } while (--timeout); return -1; } |