[openfirmware] r1365 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Fri Sep 18 03:11:56 CEST 2009


Author: wmb
Date: 2009-09-18 03:11:56 +0200 (Fri, 18 Sep 2009)
New Revision: 1365

Modified:
   cpu/x86/pc/olpc/via/usb.fth
Log:
OLPC Via - fixed problem with USB keyboard installation.



Modified: cpu/x86/pc/olpc/via/usb.fth
===================================================================
--- cpu/x86/pc/olpc/via/usb.fth	2009-09-18 01:10:26 UTC (rev 1364)
+++ cpu/x86/pc/olpc/via/usb.fth	2009-09-18 01:11:56 UTC (rev 1365)
@@ -61,16 +61,14 @@
 : ?usb-keyboard  ( -- )
    " usb-keyboard" expand-alias  if   ( devspec$ )
       drop " /usb"  comp  0=  if      ( )
-         red-letters  ." Using USB keyboard." cr  black-letters
-         " usb-keyboard" open-dev add-mux
+         " usb-keyboard" open-dev add-input
          exit
       then
    else                               ( devspec$ )
       2drop
    then
    " /usb/serial" open-dev  ?dup  if
-      red-letters  ." Using USB serial console." cr  black-letters
-      add-mux
+      add-input
    then
 ;
 




More information about the openfirmware mailing list