diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 17:24:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 17:24:57 -0400 |
commit | 40b42f1ebf653cd72c32eb1a1a0b9fea2dfbfd7d (patch) | |
tree | 6a2adfcd8412189932a372ce25def8611e287b5c /Documentation/hwmon/sysfs-interface | |
parent | 5a021e9ffd56c22700133ebc37d607f95be8f7bd (diff) | |
parent | e24b8cb4fa2bb779bdf48656152366b6f52f748f (diff) |
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
* 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6: (44 commits)
i2c: Delete the i2c-isa pseudo bus driver
hwmon: refuse to load abituguru driver on non-Abit boards
hwmon: fix Abit Uguru3 driver detection on some motherboards
hwmon/w83627ehf: Be quiet when no chip is found
hwmon/w83627ehf: No need to initialize fan_min
hwmon/w83627ehf: Export the thermal sensor types
hwmon/w83627ehf: Enable VBAT monitoring
hwmon/w83627ehf: Add support for the VID inputs
hwmon/w83627ehf: Fix timing issues
hwmon/w83627ehf: Add error messages for two error cases
hwmon/w83627ehf: Convert to a platform driver
hwmon/w83627ehf: Update the Kconfig entry
make coretemp_device_remove() static
hwmon: Add LM93 support
hwmon: Improve the pwmN_enable documentation
hwmon/smsc47b397: Don't report missing fans as spinning at 82 RPM
hwmon: Add support for newer uGuru's
hwmon/f71805f: Add temperature-tracking fan control mode
hwmon/w83627ehf: Preserve speed reading when changing fan min
hwmon: fix detection of abituguru volt inputs
...
Manual fixup of trivial conflict in MAINTAINERS file
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index a9a18ad0d17a..b3a9e1b9dbda 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -172,11 +172,10 @@ pwm[1-*] Pulse width modulation fan control. | |||
172 | 255 is max or 100%. | 172 | 255 is max or 100%. |
173 | 173 | ||
174 | pwm[1-*]_enable | 174 | pwm[1-*]_enable |
175 | Switch PWM on and off. | 175 | Fan speed control method: |
176 | Not always present even if pwmN is. | 176 | 0: no fan speed control (i.e. fan at full speed) |
177 | 0: turn off | 177 | 1: manual fan speed control enabled (using pwm[1-*]) |
178 | 1: turn on in manual mode | 178 | 2+: automatic fan speed control enabled |
179 | 2+: turn on in automatic mode | ||
180 | Check individual chip documentation files for automatic mode | 179 | Check individual chip documentation files for automatic mode |
181 | details. | 180 | details. |
182 | RW | 181 | RW |
@@ -343,9 +342,9 @@ to notify open diodes, unconnected fans etc. where the hardware | |||
343 | supports it. When this boolean has value 1, the measurement for that | 342 | supports it. When this boolean has value 1, the measurement for that |
344 | channel should not be trusted. | 343 | channel should not be trusted. |
345 | 344 | ||
346 | in[0-*]_input_fault | 345 | in[0-*]_fault |
347 | fan[1-*]_input_fault | 346 | fan[1-*]_fault |
348 | temp[1-*]_input_fault | 347 | temp[1-*]_fault |
349 | Input fault condition | 348 | Input fault condition |
350 | 0: no fault occured | 349 | 0: no fault occured |
351 | 1: fault condition | 350 | 1: fault condition |