summaryrefslogtreecommitdiffstats
path: root/sensorhandler.cpp
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-03-22 06:00:58 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-03-28 04:46:13 -0500
commit0661beb1dd93711ce684450997d21da8b64c729d (patch)
tree9a303fdf2dd38745e6c2d703820cefdd6e03c249 /sensorhandler.cpp
parent6dc96680f1e9db0d1c87ab26865a27ac80cefd3d (diff)
downloadphosphor-host-ipmid-0661beb1dd93711ce684450997d21da8b64c729d.tar.gz
phosphor-host-ipmid-0661beb1dd93711ce684450997d21da8b64c729d.zip
Sensor Reading Support for Turbo Allowed
Change-Id: Ib2e89383fa1da4d3216ad5c50d257ec973547b71 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'sensorhandler.cpp')
-rw-r--r--sensorhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensorhandler.cpp b/sensorhandler.cpp
index 5ac17d1..121f1f0 100644
--- a/sensorhandler.cpp
+++ b/sensorhandler.cpp
@@ -41,6 +41,7 @@ sensorTypemap_t g_SensorTypeMap[] = {
{0xC7, 0x03, "MAIN_PLANAR"},
{0xC2, 0x6F, "PowerCap"},
{0xD8, 0x03, "PowerSupplyRedundancy"},
+ {0xDA, 0x03, "TurboAllowed"},
{0xFF, 0x00, ""},
};
OpenPOWER on IntegriCloud