Author: quozl Date: Mon Nov 19 23:37:03 2012 New Revision: 3442 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3442
Log: OLPC - report NiMH battery cooling status bit
Modified: dev/olpc/kb3700/batstat.fth
Modified: dev/olpc/kb3700/batstat.fth ============================================================================== --- dev/olpc/kb3700/batstat.fth Sat Nov 17 05:20:25 2012 (r3441) +++ dev/olpc/kb3700/batstat.fth Mon Nov 19 23:37:03 2012 (r3442) @@ -107,6 +107,7 @@ dup h# 20 and if ." charging " then dup h# 40 and if ." discharging " then dup h# 80 and if ." trickle " then + dup h# 100 and if ." cooling " then else ." No battery " then
openfirmware@openfirmware.info