[openfirmware] [commit] r2296 - dev

repository service svn at openfirmware.info
Sun Jun 19 03:18:05 CEST 2011


Author: wmb
Date: Sun Jun 19 03:18:02 2011
New Revision: 2296
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2296

Log:
PC keyboard driver - Explicitly choose scan set 1.

Modified:
   dev/pckbd.fth

Modified: dev/pckbd.fth
==============================================================================
--- dev/pckbd.fth	Sat Jun 18 02:36:44 2011	(r2295)
+++ dev/pckbd.fth	Sun Jun 19 03:18:02 2011	(r2296)
@@ -270,7 +270,7 @@
    d# 50 timed-read  if  exit  then  ( id1 )
    h# ab <>  if  exit  then
 
-   \ The ENE keyboard controller return  ab 41
+   \ The ENE keyboard controller returns  ab 41
    d# 50 timed-read  if  exit  then  ( id2 )
    h# 41 <>  if  exit  then
    
@@ -530,6 +530,7 @@
    unlock
    keyboard-present?  if  clear-out-buf  else  reset  then
    keyboard-present?  0=  if  false exit  then
+   1 set-scan-set
    choose-type
    ['] get-scan d# 10 alarm
    1 +refcnt



More information about the openfirmware mailing list