commit | e86810ba67e6eecebd4c15b8edfdd32ac90c0ad7 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Feb 05 13:13:06 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Tue Feb 05 21:14:04 2019 +0000 |
tree | f3e8743ee978d6280e8ceb3f58f6249720588395 | |
parent | 08aec6f16f9ebc18ecb590183df195bc006998ed [diff] |
Fix power match Power should be capitalized Tested-by: Ipmb sensor had readings after reboot Change-Id: I2bf64903ace851fa7b1aff58445c6ddf6457c712 Signed-off-by: James Feist <james.feist@linux.intel.com>
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