commit | 5591cf0860895607bda0b8ae713e6b05ac0623b1 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Jul 15 16:44:54 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed Jul 15 16:44:54 2020 -0700 |
tree | ed92c2bfb4c0dd96b31c1fcf31e0335d0462f7a6 | |
parent | d320a2e17c960b62728e9921bf46a43d2641ae85 [diff] |
Fix adcsensor crash We were taking a reference to a temporary variable. Change it so we don't. Tested: Passed cycling script that exposed issue Change-Id: I9226e3d11b5c892cdfe02f138680ed98844596ef 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