Author: wmb Date: 2009-12-15 01:01:16 +0100 (Tue, 15 Dec 2009) New Revision: 1604
Modified: cpu/x86/pc/olpc/via/factory.fth Log: Via manufacturing tests - if scanner needs to be plugged in after booting, call ?usb-keyboard to hook it into the console mux.
Modified: cpu/x86/pc/olpc/via/factory.fth =================================================================== --- cpu/x86/pc/olpc/via/factory.fth 2009-12-14 23:57:18 UTC (rev 1603) +++ cpu/x86/pc/olpc/via/factory.fth 2009-12-15 00:01:16 UTC (rev 1604) @@ -105,8 +105,9 @@ scanner? 0= if " Connect USB barcode scanner" .instructions begin d# 1000 ms silent-probe-usb scanner? until + ?usb-keyboard then - ; +; : wired-lan? ( -- flag ) " /usb/ethernet" locate-device if false else drop true then ;