summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-01-08 10:59:23 +0000
committerJean Delvare <khali@linux-fr.org>2009-01-08 10:59:23 +0000
commit63822ad7a1b4eec2d0462a304a9691450cbb1d18 (patch)
tree78e2f722616bd2cda54fe3168a03569cb3093432
parent522aa97eb824222afd589466e5b871ada2db78f8 (diff)
downloadlm-sensors-git-63822ad7a1b4eec2d0462a304a9691450cbb1d18.tar.gz
Adjust f8000-* section.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5579 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--etc/sensors.conf.eg8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg
index 57192da3..ea7260c9 100644
--- a/etc/sensors.conf.eg
+++ b/etc/sensors.conf.eg
@@ -2189,8 +2189,12 @@ chip "adm1022-*" "thmc50-*"
# Asus/Fintek F8000
chip "f8000-*"
- # All 3 voltages are internal, so scaling is done by the driver and
- # labels are always correct
+ # All 3 voltages are internal, but scaling is not done by the driver
+ # so we do it here
+ compute in0 @*2, @/2
+ compute in1 @*2, @/2
+ compute in2 @*2, @/2
+
label in0 "+3.3V"
label in1 "3VSB"
label in2 "Vbat"