patch-2.3.99-pre2 linux/drivers/char/pc_keyb.c
Next file: linux/drivers/char/raw.c
Previous file: linux/drivers/char/dtlk.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Tue Mar 14 22:52:56 2000
-  Orig file: 
v2.3.99-pre1/linux/drivers/char/pc_keyb.c
-  Orig date: 
Sat Feb 12 11:22:10 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/char/pc_keyb.c linux/drivers/char/pc_keyb.c
@@ -442,8 +442,11 @@
 
 		scancode = kbd_read_input();
 
+#if 0
 		/* Ignore error bytes */
-		if (!(status & (KBD_STAT_GTO | KBD_STAT_PERR))) {
+		if (!(status & (KBD_STAT_GTO | KBD_STAT_PERR)))
+#endif
+		{
 			if (status & KBD_STAT_MOUSE_OBF)
 				handle_mouse_event(scancode);
 			else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)