Show
Ignore:
Timestamp:
10/20/08 10:18:39 (4 years ago)
Author:
khali
Message:

Add support for lm89, max6681, max6658, max6659, max6646, max6647 and
max6649 prefixes. The lm90 driver doesn't instantiate such devices on
auto-detection as they are undistinguishable from other supported types,
but such devices can still be instantiated explicitly since kernel
2.6.27, and supporting them is cheap.

Files:
1 modified

Legend:

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

    r5356 r5364  
    14301430 
    14311431static const char *lm90_names[] = { 
    1432   SENSORS_LM90_PREFIX, SENSORS_ADM1032_PREFIX, SENSORS_LM99_PREFIX, SENSORS_LM86_PREFIX, 
    1433   SENSORS_MAX6657_PREFIX, SENSORS_ADT7461_PREFIX, NULL 
     1432  SENSORS_LM90_PREFIX, SENSORS_ADM1032_PREFIX, SENSORS_LM89_PREFIX, 
     1433  SENSORS_LM99_PREFIX, SENSORS_LM86_PREFIX, SENSORS_MAX6657_PREFIX, 
     1434  SENSORS_MAX6658_PREFIX, SENSORS_MAX6659_PREFIX, SENSORS_ADT7461_PREFIX, 
     1435  SENSORS_MAX6680_PREFIX, SENSORS_MAX6681_PREFIX, SENSORS_MAX6646_PREFIX, 
     1436  SENSORS_MAX6647_PREFIX, SENSORS_MAX6649_PREFIX, NULL 
    14341437}; 
    14351438