Author: wmb Date: Fri Jul 1 20:46:54 2011 New Revision: 2324 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2324
Log: OLPC XO-1.75 - use the "keyboard" and "mouse" aliases in the graphical test menu, instead of the direct device names, so the auto-keyboard-interface selection works.
Modified: cpu/arm/olpc/1.75/mfgtest.fth
Modified: cpu/arm/olpc/1.75/mfgtest.fth ============================================================================== --- cpu/arm/olpc/1.75/mfgtest.fth Fri Jul 1 20:45:24 2011 (r2323) +++ cpu/arm/olpc/1.75/mfgtest.fth Fri Jul 1 20:46:54 2011 (r2324) @@ -136,8 +136,8 @@ : camera-item ( -- ) " /camera" mfg-test-dev ; : wlan-item ( -- ) " /wlan" mfg-test-dev ; : timer-item ( -- ) " /timer" mfg-test-dev ; -: touchpad-item ( -- ) " /ec-spi/mouse" mfg-test-dev ; -: keyboard-item ( -- ) " /ec-spi/keyboard" mfg-test-dev ; +: touchpad-item ( -- ) " mouse" mfg-test-dev ; +: keyboard-item ( -- ) " keyboard" mfg-test-dev ; : switch-item ( -- ) " /switches" mfg-test-dev " /accelerometer" mfg-test-dev ; : leds-item ( -- ) " /leds" mfg-test-dev ; \ XXX need to test sensors like accelerometer and compass
openfirmware@openfirmware.info