summaryrefslogtreecommitdiffstats
path: root/drivers/char/pc_keyb.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-23 02:25:38 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-23 02:25:38 +0000
commit16b5d462f73eb29d1f67fa01cc1ea66afdc72569 (patch)
tree5407bd573f4840e473ea27cbe61e5c7a07131fcd /drivers/char/pc_keyb.c
parentce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (diff)
Merge with Linux 2.3.99-pre2.
Diffstat (limited to 'drivers/char/pc_keyb.c')
-rw-r--r--drivers/char/pc_keyb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/char/pc_keyb.c b/drivers/char/pc_keyb.c
index 6ae0ab71c..68db019f8 100644
--- a/drivers/char/pc_keyb.c
+++ b/drivers/char/pc_keyb.c
@@ -442,8 +442,11 @@ static unsigned char handle_kbd_event(void)
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