Show
Ignore:
Timestamp:
01/03/00 17:51:37 (13 years ago)
Author:
frodo
Message:

Changed W83783D detection as noted by Andreas Kurt Wege

Files:
1 modified

Legend:

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

    r677 r682  
    941941          (!strcmp(name->prefix,"w83627hf")) || 
    942942          (!strcmp(name->prefix,"as99127f")); 
    943   is83s = !strcmp(name->prefix,"w83782s"); 
     943  is83s = !strcmp(name->prefix,"w83783s"); 
    944944  if (!sensors_get_feature(*name,SENSORS_W83781D_ALARMS,&cur))  
    945945    alarms = cur + 0.5;