diff options
Diffstat (limited to 'Documentation/hwmon/lm87')
-rw-r--r-- | Documentation/hwmon/lm87 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/hwmon/lm87 b/Documentation/hwmon/lm87 index c952c57f0e11..ec27aa1b94cb 100644 --- a/Documentation/hwmon/lm87 +++ b/Documentation/hwmon/lm87 | |||
@@ -4,8 +4,12 @@ Kernel driver lm87 | |||
4 | Supported chips: | 4 | Supported chips: |
5 | * National Semiconductor LM87 | 5 | * National Semiconductor LM87 |
6 | Prefix: 'lm87' | 6 | Prefix: 'lm87' |
7 | Addresses scanned: I2C 0x2c - 0x2f | 7 | Addresses scanned: I2C 0x2c - 0x2e |
8 | Datasheet: http://www.national.com/pf/LM/LM87.html | 8 | Datasheet: http://www.national.com/pf/LM/LM87.html |
9 | * Analog Devices ADM1024 | ||
10 | Prefix: 'adm1024' | ||
11 | Addresses scanned: I2C 0x2c - 0x2e | ||
12 | Datasheet: http://www.analog.com/en/prod/0,2877,ADM1024,00.html | ||
9 | 13 | ||
10 | Authors: | 14 | Authors: |
11 | Frodo Looijaard <frodol@dds.nl>, | 15 | Frodo Looijaard <frodol@dds.nl>, |
@@ -19,11 +23,12 @@ Authors: | |||
19 | Description | 23 | Description |
20 | ----------- | 24 | ----------- |
21 | 25 | ||
22 | This driver implements support for the National Semiconductor LM87. | 26 | This driver implements support for the National Semiconductor LM87 |
27 | and the Analog Devices ADM1024. | ||
23 | 28 | ||
24 | The LM87 implements up to three temperature sensors, up to two fan | 29 | The LM87 implements up to three temperature sensors, up to two fan |
25 | rotation speed sensors, up to seven voltage sensors, alarms, and some | 30 | rotation speed sensors, up to seven voltage sensors, alarms, and some |
26 | miscellaneous stuff. | 31 | miscellaneous stuff. The ADM1024 is fully compatible. |
27 | 32 | ||
28 | Temperatures are measured in degrees Celsius. Each input has a high | 33 | Temperatures are measured in degrees Celsius. Each input has a high |
29 | and low alarm settings. A high limit produces an alarm when the value | 34 | and low alarm settings. A high limit produces an alarm when the value |