aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-03-05 16:17:17 -0500
committerJean Delvare <khali@linux-fr.org>2010-03-05 16:17:17 -0500
commitd9b327c310030fa80abbbc9eaaca9f1a6228dbf3 (patch)
tree43e98a7e1080d9fb1d0586796c4f272dd5b2b530 /Documentation
parent6a8d7acfbef8ac6bf34421eae980f903cbe36874 (diff)
hwmon: (it87) Add support for beep on alarm
The IT87xxF chips support beeping on alarm, if properly wired and configured. There is one control bit for each input type (temperature, fan, voltage.) Let the user see and change them. Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/it874
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87
index f9ba96c0ac4a..23b773fa2675 100644
--- a/Documentation/hwmon/it87
+++ b/Documentation/hwmon/it87
@@ -136,6 +136,10 @@ registers are read whenever any data is read (unless it is less than 1.5
136seconds since the last update). This means that you can easily miss 136seconds since the last update). This means that you can easily miss
137once-only alarms. 137once-only alarms.
138 138
139Out-of-limit readings can also result in beeping, if the chip is properly
140wired and configured. Beeping can be enabled or disabled per sensor type
141(temperatures, voltages and fans.)
142
139The IT87xx only updates its values each 1.5 seconds; reading it more often 143The IT87xx only updates its values each 1.5 seconds; reading it more often
140will do no harm, but will return 'old' values. 144will do no harm, but will return 'old' values.
141 145