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 ( -- )