[openfirmware] [commit] r3474 - cpu/arm/olpc/cl4

repository service svn at openfirmware.info
Thu Dec 6 08:03:55 CET 2012


Author: quozl
Date: Thu Dec  6 08:03:54 2012
New Revision: 3474
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3474

Log:
OLPC XO-4 - restore mouse cursor over suspend test, for #12362.

Modified:
   cpu/arm/olpc/cl4/testitems.fth

Modified: cpu/arm/olpc/cl4/testitems.fth
==============================================================================
--- cpu/arm/olpc/cl4/testitems.fth	Thu Dec  6 07:55:54 2012	(r3473)
+++ cpu/arm/olpc/cl4/testitems.fth	Thu Dec  6 08:03:54 2012	(r3474)
@@ -43,8 +43,12 @@
    ?open-touchscreen
 ;
 : keyboard-item ( -- )  " keyboard"       mfg-test-dev  ;
-: switch-item   ( -- )  " /accelerometer" mfg-test-dev
-                        " /switches"      mfg-test-dev  ;
+: switch-item   ( -- )
+   " /accelerometer" mfg-test-dev
+   ?close-mouse
+   " /switches"      mfg-test-dev
+   ?open-mouse
+;
 : leds-item     ( -- )  " /leds"          mfg-test-dev   ;
 
 : olpc-test-menu-items  ( -- )



More information about the openfirmware mailing list