[openfirmware] [commit] r2750 - cpu/arm/olpc

repository service svn at openfirmware.info
Thu Dec 8 13:43:25 CET 2011


Author: wmb
Date: Thu Dec  8 13:43:24 2011
New Revision: 2750
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2750

Log:
OLPC XO-3.0 - Added touchscreen diag to graphical menu.

Modified:
   cpu/arm/olpc/testitems.fth

Modified: cpu/arm/olpc/testitems.fth
==============================================================================
--- cpu/arm/olpc/testitems.fth	Thu Dec  8 13:43:20 2011	(r2749)
+++ cpu/arm/olpc/testitems.fth	Thu Dec  8 13:43:24 2011	(r2750)
@@ -8,6 +8,7 @@
 icon: wifi.icon     rom:wifi.565
 icon: audio.icon    rom:audio.565
 \- olpc-cl3 icon: touchpad.icon rom:touchpad.565
+\+ olpc-cl3 icon: touchscreen.icon rom:touchpad.565
 icon: display.icon  rom:display.565
 \- olpc-cl3 icon: keyboard.icon rom:keyboard.565
 icon: timer.icon    rom:timer.565
@@ -34,7 +35,8 @@
 : camera-item   ( -- )  " /camera"    mfg-test-dev  ;
 : wlan-item     ( -- )  " /wlan"      mfg-test-dev  ;
 : timer-item    ( -- )  " /timer"     mfg-test-dev  ;
-\- olpc-cl3 : touchpad-item ( -- )  " mouse"      mfg-test-dev  ;
+\- olpc-cl3 : touchpad-item ( -- )  " /touchpad"  mfg-test-dev  ;
+\+ olpc-cl3 : touchscreen-item ( -- )  " /touchscreen"  mfg-test-dev  ;
 \- olpc-cl3 : keyboard-item ( -- )  " keyboard"   mfg-test-dev  ;
 : switch-item   ( -- )  " /accelerometer" mfg-test-dev  " /switches"  mfg-test-dev  ;
 : leds-item     ( -- )  " /leds"      mfg-test-dev   ;
@@ -91,6 +93,9 @@
 \- olpc-cl3    " Touchpad"
 \- olpc-cl3    ['] touchpad-item touchpad.icon 3 2 install-icon
 
+\+ olpc-cl3    " Touchscreen"
+\+ olpc-cl3    ['] touchscreen-item touchscreen.icon 3 2 install-icon
+
    " LEDs"
    ['] leds-item     leds.icon     3 3 install-icon
 



More information about the openfirmware mailing list