commit | 2da370eef3a4bf6410a442c735bb0509d94e0887 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Nov 01 11:51:31 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Nov 01 11:52:09 2019 -0700 |
tree | b59508fe6beeca9e546252d61b8c5b0184f06b4f | |
parent | d0358a0a14a12a1ee0d64e6a7b28b05d724a7f81 [diff] |
src: adcsensor: add whitespace after headers Add a line of whitespace between header list and variables. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I755b508971ad48bd7793a918c5dcbd8229405034
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