Show
Ignore:
Timestamp:
12/18/06 08:43:00 (6 years ago)
Author:
khali
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/chips.c

    r4232 r4264  
    19551955 
    19561956/* No support for Linux 2.4 yet (sysctl) */ 
     1957/* W83627DHG uses same structure excluding in9* */ 
    19571958static sensors_chip_feature w83627ehf_features[] = 
    19581959  { 
     
    60816082 { SENSORS_W83L785TS_PREFIX, w83l785ts_features }, 
    60826083 { SENSORS_W83627EHF_PREFIX, w83627ehf_features }, 
     6084 { SENSORS_W83627DHG_PREFIX, w83627ehf_features }, /* Similar to W83627EHF but no in9 */ 
    60836085 { SENSORS_AS99127F_PREFIX, as99127f_features }, 
    60846086 { SENSORS_ASB100_PREFIX, asb100_features },