summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"