From c6c2c1636e30bcd26c6b0d208324055a03c5ab9c Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Thu, 6 Jan 2011 07:52:03 -0800 Subject: [PATCH] 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 Acked-by: Jonathan Cameron Acked-by: Jean Delvare --- Documentation/hwmon/sysfs-interface | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 5997b5e..c6559f1 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 * ********** -- 2.7.4