[PATCH v6 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms

Javier Carrasco posted 5 patches 1 year, 7 months ago
[PATCH v6 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
Posted by Javier Carrasco 1 year, 7 months ago
This attributes have been recently introduced and require the
corresponding ABI documentation.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
 Documentation/ABI/testing/sysfs-class-hwmon | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Documentation/ABI/testing/sysfs-class-hwmon b/Documentation/ABI/testing/sysfs-class-hwmon
index 3dac923c9b0e..8446e95f23b1 100644
--- a/Documentation/ABI/testing/sysfs-class-hwmon
+++ b/Documentation/ABI/testing/sysfs-class-hwmon
@@ -968,6 +968,15 @@ Description:
 
 		RW
 
+What:		/sys/class/hwmon/hwmonX/humidityY_max_alarm
+Description:
+		Maximum humidity detection
+
+		- 0: OK
+		- 1: Maximum humidity detected
+
+		RO
+
 What:		/sys/class/hwmon/hwmonX/humidityY_max_hyst
 Description:
 		Humidity hysteresis value for max limit.
@@ -987,6 +996,15 @@ Description:
 
 		RW
 
+What:		/sys/class/hwmon/hwmonX/humidityY_min_alarm
+Description:
+		Minimum humidity detection
+
+		- 0: OK
+		- 1: Minimum humidity detected
+
+		RO
+
 What:		/sys/class/hwmon/hwmonX/humidityY_min_hyst
 Description:
 		Humidity hysteresis value for min limit.

-- 
2.39.2
Re: [PATCH v6 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
Posted by Guenter Roeck 1 year, 7 months ago
On Tue, Jan 30, 2024 at 10:06:46PM +0100, Javier Carrasco wrote:
> This attributes have been recently introduced and require the
> corresponding ABI documentation.
> 
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>

Applied.

Thanks,
Guenter