diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-06 07:52:03 -0800 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-08 10:56:27 -0800 |
commit | c6c2c1636e30bcd26c6b0d208324055a03c5ab9c (patch) | |
tree | 3bd9e1eabb2d33ce1031a4687c08a8eed0c0b470 | |
parent | 581693b51e44bb2c0cca16ab0c8d3cb535fd2ac8 (diff) | |
download | linux-c6c2c1636e30bcd26c6b0d208324055a03c5ab9c.tar.gz linux-c6c2c1636e30bcd26c6b0d208324055a03c5ab9c.tar.xz |
hwmon: Add humidity attribute to sysfs ABI
The humidity attribute is already supported by the sht15 driver, and another
driver supporting it is about to be added. Make it official.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 5997b5efc1cb..c6559f153589 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface @@ -505,6 +505,15 @@ energy[1-*]_input Cumulative energy use RO +************ +* Humidity * +************ + +humidity[1-*]_input Humidity + Unit: milli-percent (per cent mille, pcm) + RO + + ********** * Alarms * ********** |