Changeset 4265

Show
Ignore:
Timestamp:
12/18/06 13:22:35 (6 years ago)
Author:
khali
Message:

Add support for the w83627dhg. Original patch by David Holl.
This closes ticket #2157.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4264 r4265  
    2424  Program sensord: Add pc87247 support (fans only) 
    2525                   Add vt1211 support (#2150) 
     26                   Add w83627dhg support (David Holl, #2157) 
    2627  Program sensors: Add pc87247 support (fans only) 
    2728                   Hide error on missing f71805f fan 
  • lm-sensors/trunk/prog/sensord/chips.c

    r4248 r4265  
    11221122}; 
    11231123 
    1124 /** W83627EHF **/ 
     1124/** W83627EHF & W83627DHG **/ 
    11251125 
    11261126static const char *w83627ehf_names[] = { 
    1127   SENSORS_W83627EHF_PREFIX, NULL 
     1127  SENSORS_W83627EHF_PREFIX, SENSORS_W83627DHG_PREFIX, NULL 
    11281128}; 
    11291129