[openfirmware] [commit] r2410 - dev/olpc/keyboard

repository service svn at openfirmware.info
Wed Aug 3 08:44:53 CEST 2011


Author: quozl
Date: Wed Aug  3 08:44:53 2011
New Revision: 2410
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2410

Log:
OLPC XO-1.75 - trac #11103 fix stack effect in handling of buttons during keyboard test

Modified:
   dev/olpc/keyboard/selftest.fth

Modified: dev/olpc/keyboard/selftest.fth
==============================================================================
--- dev/olpc/keyboard/selftest.fth	Wed Aug  3 04:13:27 2011	(r2409)
+++ dev/olpc/keyboard/selftest.fth	Wed Aug  3 08:44:53 2011	(r2410)
@@ -658,7 +658,7 @@
       pending-buttons and  to pending-buttons    ( bit# )
 
       \ Generate an up or down scancode sequence corresponding to that bit
-      dup bit#>scancode  true                    ( scancode true )
+      bit#>scancode  true                        ( scancode true )
    else                                          ( )
       false                                      ( false )
    then                                          ( false | scancode true )



More information about the openfirmware mailing list