[openfirmware] [commit] r1789 - dev/olpc/touchpad

repository service svn at openfirmware.info
Fri Apr 16 21:40:30 CEST 2010


Author: wmb
Date: Fri Apr 16 21:40:30 2010
New Revision: 1789
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1789

Log:
OLPC trac 10123 - delay before starting touchpad test so users can see previous messages.

Modified:
   dev/olpc/touchpad/touchpad.fth

Modified: dev/olpc/touchpad/touchpad.fth
==============================================================================
--- dev/olpc/touchpad/touchpad.fth	Fri Apr 16 05:22:16 2010	(r1788)
+++ dev/olpc/touchpad/touchpad.fth	Fri Apr 16 21:40:30 2010	(r1789)
@@ -519,6 +519,11 @@
    \ Being able to open the touchpad is good enough in SMT mode
    smt-test?  if  close false exit  then
 
+   final-test? 0=  if
+      ." Touchpad test will start in 4 seconds" cr
+      d# 4000 ms
+   then
+
    my-args  " relative" $=  to relative?
 
    cursor-off  track-init  start



More information about the openfirmware mailing list