[lm-sensors] [PATCH] libsensors: Add support for fanX_pulses sysfs attribute
Jean Delvare
khali at linux-fr.org
Fri Mar 4 19:41:37 CET 2011
On Fri, 4 Mar 2011 07:09:46 -0800, Guenter Roeck wrote:
> This patch adds support for the fanX_pulses sysfs attribute.
>
> --
> Index: lib/sensors.h
> ===================================================================
> --- lib/sensors.h (revision 5937)
> +++ lib/sensors.h (working copy)
> @@ -170,6 +170,7 @@
> SENSORS_SUBFEATURE_FAN_FAULT,
> SENSORS_SUBFEATURE_FAN_DIV,
> SENSORS_SUBFEATURE_FAN_BEEP,
> + SENSORS_SUBFEATURE_FAN_PULSES,
>
> SENSORS_SUBFEATURE_TEMP_INPUT = SENSORS_FEATURE_TEMP << 8,
> SENSORS_SUBFEATURE_TEMP_MAX,
> Index: lib/sysfs.c
> ===================================================================
> --- lib/sysfs.c (revision 5937)
> +++ lib/sysfs.c (working copy)
> @@ -265,6 +265,7 @@
> { "input", SENSORS_SUBFEATURE_FAN_INPUT },
> { "min", SENSORS_SUBFEATURE_FAN_MIN },
> { "div", SENSORS_SUBFEATURE_FAN_DIV },
> + { "pulses", SENSORS_SUBFEATURE_FAN_PULSES },
> { "alarm", SENSORS_SUBFEATURE_FAN_ALARM },
> { "fault", SENSORS_SUBFEATURE_FAN_FAULT },
> { "beep", SENSORS_SUBFEATURE_FAN_BEEP },
>
Looks good. Please don't forget to update doc/libsensors-API.txt and
CHANGES too.
--
Jean Delvare
More information about the lm-sensors
mailing list