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/lib/chips.h

    r5356 r5364  
    505505#define SENSORS_LM90_PREFIX "lm90" 
    506506#define SENSORS_ADM1032_PREFIX "adm1032" 
     507#define SENSORS_LM89_PREFIX "lm89" 
    507508#define SENSORS_LM99_PREFIX "lm99" 
    508509#define SENSORS_LM86_PREFIX "lm86" 
    509510#define SENSORS_MAX6657_PREFIX "max6657" 
     511#define SENSORS_MAX6658_PREFIX "max6658" 
     512#define SENSORS_MAX6659_PREFIX "max6659" 
    510513#define SENSORS_ADT7461_PREFIX "adt7461" 
    511514#define SENSORS_MAX6680_PREFIX "max6680" 
     515#define SENSORS_MAX6681_PREFIX "max6681" 
     516#define SENSORS_MAX6646_PREFIX "max6646" 
     517#define SENSORS_MAX6647_PREFIX "max6647" 
     518#define SENSORS_MAX6649_PREFIX "max6649" 
    512519 
    513520#define SENSORS_LM90_LOCAL_TEMP 51 /* R */