Author: wmb Date: Thu Dec 8 13:43:38 2011 New Revision: 2753 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2753
Log: OLPC MMP2 audio driver - don't insert volume controls into the nonexistent keyboard driver.
Modified: cpu/x86/pc/olpc/sound.fth
Modified: cpu/x86/pc/olpc/sound.fth ============================================================================== --- cpu/x86/pc/olpc/sound.fth Thu Dec 8 13:43:34 2011 (r2752) +++ cpu/x86/pc/olpc/sound.fth Thu Dec 8 13:43:38 2011 (r2753) @@ -54,6 +54,7 @@ close-audio ;
+[ifndef] olpc-cl3 dev /keyboard 0 value waiting-up? : olpc-check-abort ( scan-code -- abort? ) \ an abort key pressed? @@ -83,6 +84,7 @@ ; ' handle-volume? to scan-handled? dend +[then]
\ LICENSE_BEGIN \ Copyright (c) 2006 FirmWorks
openfirmware@openfirmware.info