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

repository service svn at openfirmware.info
Fri Jul 9 06:25:08 CEST 2010


Author: wmb
Date: Fri Jul  9 06:25:07 2010
New Revision: 1864
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1864

Log:
OLPC - changed keyboard selftest to accept "olpcm" value in KM tag for the mechanical keyboard.

Modified:
   dev/olpc/keyboard/selftest.fth

Modified: dev/olpc/keyboard/selftest.fth
==============================================================================
--- dev/olpc/keyboard/selftest.fth	Tue Jul  6 11:10:09 2010	(r1863)
+++ dev/olpc/keyboard/selftest.fth	Fri Jul  9 06:25:07 2010	(r1864)
@@ -580,7 +580,7 @@
 : set-keyboard-type  ( -- )
    " KM" find-tag  if                    ( adr len )
       -null                              ( adr' len' )
-      " olpc2" $=  if  2  else  1  then  ( type )
+      " olpcm" $=  if  2  else  1  then  ( type )
    else                                  ( )
       1                                  ( type )
    then                                  ( type )



More information about the openfirmware mailing list