]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitb918ecd2429e1a89b846d9e49ca4520b963c13e8
tree396e8a1f2e958f713722b53c2ab68c66e9b265b3
parente415e48b68155bea8b5452113dedba4ec486f3f6
[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