diff options
author | Hartmut Rick <linux@rick.claranet.de> | 2006-03-23 10:37:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:32 -0400 |
commit | 59ac83677f72ea2cc25b5426e7df9589aa7a5384 (patch) | |
tree | a15039b9744a87832af8efa048cc9d229440aa97 /Documentation/hwmon/sysfs-interface | |
parent | a4589dbb4e2dc758d1aadb8b5d7e5a598ccb0341 (diff) |
[PATCH] smsc47m192: New hwmon driver for SMSC LPC47M192/997
New driver (smsc47m192) which supports voltage and temperature
measurement features of SMSC LPC47M192 and LPC47M997 chips.
Signed-off-by: Hartmut Rick <linux@rick.claranet.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index a0d0ab24288e..2d16e1e4017d 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -218,6 +218,12 @@ temp[1-2]_crit_hyst | |||
218 | from the critical value. | 218 | from the critical value. |
219 | Read/Write value. | 219 | Read/Write value. |
220 | 220 | ||
221 | temp[1-4]_offset | ||
222 | Temperature offset which is added to the temperature reading | ||
223 | by the chip. | ||
224 | Unit: millidegree Celsius | ||
225 | Read/Write value. | ||
226 | |||
221 | If there are multiple temperature sensors, temp1_* is | 227 | If there are multiple temperature sensors, temp1_* is |
222 | generally the sensor inside the chip itself, | 228 | generally the sensor inside the chip itself, |
223 | reported as "motherboard temperature". temp2_* to | 229 | reported as "motherboard temperature". temp2_* to |