patch-2.1.73 linux/drivers/char/pc_keyb.h
Next file: linux/drivers/char/pcwd.c
Previous file: linux/drivers/char/pc_keyb.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Wed Dec 17 15:11:44 1997
-  Orig file: 
v2.1.72/linux/drivers/char/pc_keyb.h
-  Orig date: 
Mon Aug  4 16:25:37 1997
diff -u --recursive --new-file v2.1.72/linux/drivers/char/pc_keyb.h linux/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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov