diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
commit | f9bbe9da79dbc8557c74efeb158b431cd67ace52 (patch) | |
tree | 3220d014a35f9d88a48668a1468524e988daebff /drivers/char/pc_keyb.h | |
parent | 3d697109c1ff85ef563aec3d5e113ef225ed2792 (diff) |
Upgrade to 2.1.73.
Diffstat (limited to 'drivers/char/pc_keyb.h')
-rw-r--r-- | drivers/char/pc_keyb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/pc_keyb.h b/drivers/char/pc_keyb.h index ffbfc49e2..a70763bf0 100644 --- a/drivers/char/pc_keyb.h +++ b/drivers/char/pc_keyb.h @@ -15,9 +15,9 @@ #define KBD_REPORT_TIMEOUTS /* Report keyboard timeouts */ #undef KBD_IS_FOCUS_9000 /* We have the brain-damaged FOCUS-9000 keyboard */ -#define KBD_INIT_TIMEOUT HZ /* Timeout for initializing the keyboard */ -#define KBC_TIMEOUT (HZ/4) /* Timeout for sending to keyboard controller */ -#define KBD_TIMEOUT (HZ/4) /* Timeout for keyboard command acknowledge */ +#define KBD_INIT_TIMEOUT HZ /* Timeout in jiffies for initializing the keyboard */ +#define KBC_TIMEOUT 250 /* Timeout in ms for sending to keyboard controller */ +#define KBD_TIMEOUT 250 /* Timeout in ms for keyboard command acknowledge */ /* * Internal variables of the driver |