summaryrefslogtreecommitdiff
path: root/include/temp_sensor.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-02-07 14:22:07 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-02-08 04:21:26 +0000
commit3192264679d56a6fe2ddf7ca7292025bdb3b6dfb (patch)
treec7373054c6cb04c5c3f7030f198bc9d5a5d2341c /include/temp_sensor.h
parent683beb87378afbebc24a41b532cb2480d90d5282 (diff)
downloadchrome-ec-3192264679d56a6fe2ddf7ca7292025bdb3b6dfb.tar.gz
Include battery fuel gauge temp sensor in temperature sensors
This gives the AP a way to see that temperature for DPTF. Alarm thresholds were defined on a per-sensor basis, so they come along for free. BUG=chrome-os-partner:25585 BRANCH=rambi TEST=temps command shows same temp for battery as battery command (other than rounding error; battery command shows with 0.1C accuracy). 'ectool temps all' shows the battery temp as the last temperature. Unplug battery and temps command shows error for the battery temp, as does 'ectool temps all'. Change-Id: I1bce72f164d9fb1be631e7241a4ea24ddf409d7a Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/185444 Reviewed-by: Dave Parker <dparker@chromium.org>
Diffstat (limited to 'include/temp_sensor.h')
-rw-r--r--include/temp_sensor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/temp_sensor.h b/include/temp_sensor.h
index cd1b80d892..61f218d5d7 100644
--- a/include/temp_sensor.h
+++ b/include/temp_sensor.h
@@ -23,6 +23,8 @@ enum temp_sensor_type {
TEMP_SENSOR_TYPE_BOARD,
/* Case temperature sensors. */
TEMP_SENSOR_TYPE_CASE,
+ /* Battery temperature sensors. */
+ TEMP_SENSOR_TYPE_BATTERY,
TEMP_SENSOR_TYPE_COUNT
};