diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-03-05 22:17:17 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-03-05 22:17:17 +0100 |
commit | d9b327c310030fa80abbbc9eaaca9f1a6228dbf3 (patch) | |
tree | 43e98a7e1080d9fb1d0586796c4f272dd5b2b530 /Documentation | |
parent | 6a8d7acfbef8ac6bf34421eae980f903cbe36874 (diff) | |
download | linux-3.10-d9b327c310030fa80abbbc9eaaca9f1a6228dbf3.tar.gz linux-3.10-d9b327c310030fa80abbbc9eaaca9f1a6228dbf3.tar.bz2 linux-3.10-d9b327c310030fa80abbbc9eaaca9f1a6228dbf3.zip |
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/it87 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87 index f9ba96c0ac4..23b773fa267 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 seconds since the last update). This means that you can easily miss once-only alarms. +Out-of-limit readings can also result in beeping, if the chip is properly +wired and configured. Beeping can be enabled or disabled per sensor type +(temperatures, voltages and fans.) + The IT87xx only updates its values each 1.5 seconds; reading it more often will do no harm, but will return 'old' values. |