aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-27 15:33:15 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 12:14:07 -0400
commit8dd2d2ca7fafdedaebd1862e954fccaef212f1e1 (patch)
treeb215d20fd866d3efa75d71a5ddd31cab029e34c8 /drivers/hwmon
parent27fe048eb3787d29bf9cf9d6d12077bb8af869a6 (diff)
[PATCH] hwmon: Document on the W83627EHG chip
Document the fact that the W83627EHG is compatible with the W83627EHF. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/Kconfig3
-rw-r--r--drivers/hwmon/w83627ehf.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 140d5f851a5b..f9aa3faa6b88 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -404,6 +404,9 @@ config SENSORS_W83627EHF
404 Only fan and temperature inputs are supported at the moment, while 404 Only fan and temperature inputs are supported at the moment, while
405 the chip does much more than that. 405 the chip does much more than that.
406 406
407 This driver also supports the W83627EHG, which is the lead-free
408 version of the W83627EHF.
409
407 This driver can also be built as a module. If so, the module 410 This driver can also be built as a module. If so, the module
408 will be called w83627ehf. 411 will be called w83627ehf.
409 412
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c
index 8a40b6976e1a..250f6b059a54 100644
--- a/drivers/hwmon/w83627ehf.c
+++ b/drivers/hwmon/w83627ehf.c
@@ -9,6 +9,9 @@
9 Thanks to Leon Moonen, Steve Cliffe and Grant Coady for their help 9 Thanks to Leon Moonen, Steve Cliffe and Grant Coady for their help
10 in testing and debugging this driver. 10 in testing and debugging this driver.
11 11
12 This driver also supports the W83627EHG, which is the lead-free
13 version of the W83627EHF.
14
12 This program is free software; you can redistribute it and/or modify 15 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 16 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or 17 the Free Software Foundation; either version 2 of the License, or