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

repository service svn at openfirmware.info
Wed Jun 22 02:41:03 CEST 2011


Author: rsmith
Date: Wed Jun 22 02:41:02 2011
New Revision: 2309
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2309

Log:
OLPC XO-1.5: Prevent OFW from polling the EC into oblivion

Modified:
   dev/olpc/keyboard/selftest.fth

Modified: dev/olpc/keyboard/selftest.fth
==============================================================================
--- dev/olpc/keyboard/selftest.fth	Wed Jun 22 00:59:44 2011	(r2308)
+++ dev/olpc/keyboard/selftest.fth	Wed Jun 22 02:41:02 2011	(r2309)
@@ -685,6 +685,7 @@
             get-msecs last-timestamp -  d# 10,000 >=
          then
       then             ( exit? )
+      d# 20 ms
    until
    begin  get-data?  while  drop  repeat
 ;



More information about the openfirmware mailing list