Changeset 2206

Show
Ignore:
Timestamp:
01/06/04 06:19:25 (9 years ago)
Author:
mmh
Message:

Add asb100 to lists of special (subclient) cases for kernel 2.6. This

stops short of full "support" for sensors, for now. I.e. all the
info is displayed, it's just not as pretty.

Files:
1 modified

Legend:

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

    r2138 r2206  
    283283        if(name.addr >= 0x48 && name.addr <= 0x4f) 
    284284                if(!strcmp(name.prefix, "as99127f") || 
     285                   !strcmp(name.prefix, "asb100") || 
    285286                   !strcmp(name.prefix, "w83781d") || 
    286287                   !strcmp(name.prefix, "w83782d") || 
     
    398399        if(name.addr >= 0x48 && name.addr <= 0x4f) 
    399400                if(!strcmp(name.prefix, "as99127f") || 
     401                   !strcmp(name.prefix, "asb100") || 
    400402                   !strcmp(name.prefix, "w83781d") || 
    401403                   !strcmp(name.prefix, "w83782d") ||