]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hwmon: Do not forcibly enable via686a by default
authorJean Delvare <khali@linux-fr.org>
Sun, 25 Sep 2005 14:18:49 +0000 (16:18 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:06 +0000 (14:02 -0700)
commit9a008241bc6102256490ac65b54a588871b2216b
tree396e8a1f2e958f713722b53c2ab68c66e9b265b3
parent2af797e20c55be5e5c4306e5fa0554be469574f4
[PATCH] hwmon: Do not forcibly enable via686a by default

Do not enable the VIA VT82C686A/B integrated sensors by default, as
disabled sensors usually means that this feature is not used so the
values won't make any sense. This has been confusing many users in the
past:

  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=1786
  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=1811
  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=2052

It is still possible to forcibly enable the sensors by using the
force_addr module parameter.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 Documentation/hwmon/via686a |   17 +++++++++++++++--
 drivers/hwmon/via686a.c     |   18 +++++++++++-------
 2 files changed, 26 insertions(+), 9 deletions(-)
Documentation/hwmon/via686a
drivers/hwmon/via686a.c