summaryrefslogtreecommitdiffstats
path: root/host-ipmid
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2018-04-02 07:59:34 -0500
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-04-11 20:59:14 +0000
commit0922bde4e5a371b6493f178071f252c195f71e81 (patch)
tree99a4af15a22596b51a07a6e144c1da000979dccd /host-ipmid
parent3d23048896b7171b940c56fe4e403b1d23103eef (diff)
downloadphosphor-host-ipmid-0922bde4e5a371b6493f178071f252c195f71e81.tar.gz
phosphor-host-ipmid-0922bde4e5a371b6493f178071f252c195f71e81.zip
sensorhandler: Enable mutability based set function
Resolves openbmc/openbmc#2980 Change-Id: I67afd4e84ec96e5cfc2dd315604d70f41c67a438 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'host-ipmid')
-rw-r--r--host-ipmid/ipmid-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index 3bada47..e903deb 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -119,6 +119,7 @@ enum ipmi_return_codes
IPMI_CC_PARM_OUT_OF_RANGE = 0xC9,
IPMI_CC_SENSOR_INVALID = 0xCB,
IPMI_CC_INVALID_FIELD_REQUEST = 0xCC,
+ IPMI_CC_ILLEGAL_COMMAND = 0xCD,
IPMI_CC_RESPONSE_ERROR = 0xCE,
IPMI_CC_INSUFFICIENT_PRIVILEGE = 0xD4,
IPMI_CC_UNSPECIFIED_ERROR = 0xFF,
OpenPOWER on IntegriCloud