commit | a040ec4013d2deb544fed4b1453d51a35fc26499 | [log] [tgz] |
---|---|---|
author | krishnar4 <krishnar@ami.com> | Wed Oct 06 16:44:12 2021 +0530 |
committer | krishnar4 <krishnar@ami.com> | Wed Oct 06 16:44:12 2021 +0530 |
tree | 664921e0545d864f1c6ebfd5ed44a37d1b6112fe | |
parent | 3fed6742dcfe30fe2fa5182dd37c3e1a0e337a43 [diff] |
ADCSensor: Changed error log If adc sensor not available in system , Log in journal as "No adc sensor in system" instead of "No temperature sensor in system". Signed-off-by: krishnar4 <krishnar@ami.com> Change-Id: I6e41ed61d8d927182ccac9fcd02cf462b422b8d2
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access