commit | 4786334f3eab8ab7f4d5ff8e94cf507b4a29c203 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Tue Dec 14 18:58:12 2021 +0800 |
committer | Ed Tanous <ed@tanous.net> | Mon Jan 10 17:44:30 2022 +0000 |
tree | 2593bf8af881bb6c1c3b6baea762289cf33d48ce | |
parent | 5667808ac51d3dbb61829b7e420c56f401d57edf [diff] |
HwmonTempSensor: add HDC1080 1. add HDC1080 to sensor type list 2. re-sort sensor type list Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I2a3054d39232c27bf0c4429db973df116f376b08
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