Changeset 5948

Show
Ignore:
Timestamp:
03/26/11 09:49:23 (14 months ago)
Author:
khali
Message:

Add a default configuration section for the F81865F.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5947 r5948  
    1414                        Add a section for the W83627UHG 
    1515                        Add a section for the W83795G/ADG 
     16                        Add a section for the F81865F 
    1617  sensors: Display 3 decimal places in raw output 
    1718           Add support for intrusion detection (#2370) 
  • lm-sensors/trunk/etc/sensors.conf.default

    r5947 r5948  
    448448 
    449449 
    450 chip "f71882fg-*" 
     450chip "f71808e-*" "f71862fg-*" "f71869-*" "f71882fg-*" \ 
     451     "f71889fg-*" "f71889ed-*" "f71889a-*" 
    451452 
    452453    label in0 "+3.3V" 
     
    459460 
    460461 
    461 chip "f8000-*" 
     462chip "f71858fg-*" "f8000-*" 
    462463 
    463464    label in0 "+3.3V" 
     
    468469    compute in1  @*2, @/2 
    469470    compute in2  @*2, @/2 
     471 
     472 
     473chip "f81865f-*" 
     474 
     475    label in0 "+3.3V" 
     476    label in5 "3VSB" 
     477    label in6 "Vbat" 
     478 
     479    compute in0  @*2, @/2 
     480    compute in5  @*2, @/2 
     481    compute in6  @*2, @/2 
    470482 
    471483