Author: wmb Date: Tue Jul 20 01:33:51 2010 New Revision: 1889 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1889
Log: OLPC keyboard driver - Don't send the F4 (enable scan) command as it sometimes confuses the EC.
Modified: dev/pckbd.fth
Modified: dev/pckbd.fth ============================================================================== --- dev/pckbd.fth Tue Jul 20 01:32:54 2010 (r1888) +++ dev/pckbd.fth Tue Jul 20 01:33:51 2010 (r1889) @@ -450,12 +450,12 @@
\ 7 set-leds d# 100 ms 0 set-leds then -[then]
\ Leave the keyboard in scan set 2 (its default state), but also leave \ the 8042 in the mode where it translates to scan set 1.
keyboard-present? if enable-scan then +[then] true to keyboard-probed? ;
openfirmware@openfirmware.info