Changeset 2682

Show
Ignore:
Timestamp:
08/31/04 23:03:26 (4 years ago)
Author:
khali
Message:

Fix a few quirks in the lm87 section.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/etc/sensors.conf.eg

    r2681 r2682  
    12761276   set "3.3V_min"   3.3 * 0.92 
    12771277   set "3.3V_max"   3.3 * 1.08 
    1278    set "5V_min"                  5 * 0.92 
     1278   set "5V_min"       5 * 0.92 
    12791279   set "5V_max"       5 * 1.08 
    12801280   set "12V_min"     12 * 0.90 
     
    13101310# both of these. -12 and -5 may be reversed on your board, this is 
    13111311# just a guess, the datasheet gives no guidance. 
     1312# Note that the Linux 2.6 driver needs no recompilation, it'll read the 
     1313# configuration from the chip. 
    13121314#   label AIN1 "-12V" 
    13131315#   label AIN2 "-5V" 
     
    13151317#   set AIN2_min -5 * 0.95 
    13161318#   set AIN1_max -12 * 1.05 
    1317 #   set AIN2_max -5 * 0.9
     1319#   set AIN2_max -5 * 1.0
    13181320#   compute AIN1 (7.50 * @) - 21.45  ,  (@ + 21.45) / 7.50 
    13191321#   compute AIN2 (4.05 * @) - 10.07  ,  (@ + 10.07) / 4.05