[PATCH phosphor-host-ipmid] Add ipmi cc for invalid sensor

OpenBMC Patches patches at stwcx.xyz
Thu Oct 22 13:31:54 AEDT 2015


From: Chris Austen <austenc at us.ibm.com>

---
 ipmid-api.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ipmid-api.h b/ipmid-api.h
index caf18e8..588dd24 100755
--- a/ipmid-api.h
+++ b/ipmid-api.h
@@ -86,7 +86,9 @@ enum ipmi_return_codes
 {
     IPMI_CC_OK = 0x00,
     IPMI_DCMI_CC_NO_ACTIVE_POWER_LIMIT = 0x80,
-    IPMI_CC_INVALID = 0xC1
+    IPMI_CC_INVALID = 0xC1,
+    IPMI_CC_SENSOR_INVALID = 0xCB
+
 };
 
 #endif
-- 
2.6.0




More information about the openbmc mailing list