patch-2.2.7 linux/arch/m68k/atari/atakeyb.c
Next file: linux/arch/m68k/hp300/hil.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Apr 26 13:35:34 1999
-  Orig file: 
v2.2.6/linux/arch/m68k/atari/atakeyb.c
-  Orig date: 
Wed Jan 20 23:14:04 1999
diff -u --recursive --new-file v2.2.6/linux/arch/m68k/atari/atakeyb.c linux/arch/m68k/atari/atakeyb.c
@@ -291,7 +291,7 @@
 		atakeyb_rep_timer.prev = atakeyb_rep_timer.next = NULL;
 		add_timer( &atakeyb_rep_timer );
 
-		handle_scancode(rep_scancode);
+		handle_scancode(rep_scancode, 1);
 	}
 
 	atari_enable_irq( IRQ_MFP_ACIA );
@@ -448,7 +448,7 @@
 		    add_timer( &atakeyb_rep_timer );
 		}
 
-		handle_scancode(break_flag | scancode);
+		handle_scancode(scancode, !break_flag);
 		break;
 	    }
 	    break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)