summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-20 20:32:08 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-20 20:32:08 +0000
commitc190bc5b673e9be9ec0e0eeeef72aa7015f867da (patch)
tree0c582a2732afd1ac44bfe08e3911f5dae34681f3 /drivers
parentc2745b603cfacbc6070ba4da72bcb3e8c4900e28 (diff)
Undo random keyboard driver patch which nobody really remembers
why it was necessary ...
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/pc_keyb.c2
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;
}