diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index ef4202a7..ff5246eb 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -1683,26 +1683,37 @@ chip "it8716-*" # Voltages label in0 "VCore" - label in2 "+3.3V" - label in3 "+5V" + label in1 "VDDR" + label in2 "+3.3V" # VCC3 + label in3 "+5V" # VCC label in4 "+12V" - label in7 "5VSB" +# label in5 "-12V" +# label in6 "-5V" + label in7 "5VSB" # VCCH label in8 "VBat" compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((30/10)+1)*@ , @/((30/10)+1) +# compute in5 (1+232/56)*@ - 4.096*232/56 , (@ + 4.096*232/56)/(1+232/56) +# compute in6 (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56) compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) # If vid (nominal CPU voltage) isn't correct, hardcode the correct value # instead. # set in0_min vid * 0.95 # set in0_max vid * 1.05 +# set in1_min 1.8 * 0.95 +# set in1_max 1.8 * 1.05 # set in2_min 3.3 * 0.95 # set in2_max 3.3 * 1.05 # set in3_min 5 * 0.95 # set in3_max 5 * 1.05 # set in4_min 12 * 0.95 # set in4_max 12 * 1.05 +# set in5_max -12 * 0.95 +# set in5_min -12 * 1.05 +# set in6_max -5 * 0.95 +# set in6_min -5 * 1.05 # set in7_min 5 * 0.95 # set in7_max 5 * 1.05 # The chip does not support in8 min/max