Author: quozl Date: Mon Oct 22 06:01:35 2012 New Revision: 3377 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3377
Log: OLPC XO-4 - include touchscreen test under mouse icon, #11818
Modified: cpu/arm/olpc/cl4/testitems.fth
Modified: cpu/arm/olpc/cl4/testitems.fth ============================================================================== --- cpu/arm/olpc/cl4/testitems.fth Sat Oct 20 03:43:01 2012 (r3376) +++ cpu/arm/olpc/cl4/testitems.fth Mon Oct 22 06:01:35 2012 (r3377) @@ -34,7 +34,8 @@ : camera-item ( -- ) " /camera" gfx-test-dev ; : wlan-item ( -- ) " /wlan" mfg-test-dev ; : timer-item ( -- ) " /timer" mfg-test-dev ; -: touchpad-item ( -- ) " mouse" mfg-test-dev ; +: touch-item ( -- ) " /touchscreen" mfg-test-dev + " mouse" mfg-test-dev ; : keyboard-item ( -- ) " keyboard" mfg-test-dev ; : switch-item ( -- ) " /accelerometer" mfg-test-dev " /switches" mfg-test-dev ; : leds-item ( -- ) " /leds" mfg-test-dev ; @@ -86,8 +87,8 @@ " Keyboard" ['] keyboard-item keyboard.icon add-icon
- " Touchpad" - ['] touchpad-item touchpad.icon add-icon + " Touchscreen and Touchpad" + ['] touch-item touchpad.icon add-icon
" LEDs"