Author: quozl
Date: Fri Mar 15 07:30:04 2013
New Revision: 3611
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3611
Log:
OLPC - shorten the delay in the lid test, to improve apparent responsiveness.
Modified:
dev/olpc/lidtest.fth
Modified: dev/olpc/lidtest.fth
==============================================================================
--- dev/olpc/lidtest.fth Fri Mar 15 06:22:41 2013 (r3610)
+++ dev/olpc/lidtest.fth Fri Mar 15 07:30:04 2013 (r3611)
@@ -38,10 +38,10 @@
lid? if ." Please open the lid." cr wait-not-lid ty then
." Please close the lid and then open it." cr
- wait-lid d# 1000 ms wait-not-lid ty
+ wait-lid d# 100 ms wait-not-lid ty
." Please rotate the lid to face away, and close it face up." cr
- wait-ebook d# 1000 ms ty
+ wait-ebook d# 100 ms ty
pltd wait-not-ebook ty
;