Show
Ignore:
Timestamp:
06/23/99 00:09:09 (14 years ago)
Author:
frodo
Message:

Detection bug for ADM9240 solved

Files:
1 modified

Legend:

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

    r467 r492  
    371371 
    372372  if (kind < 0) { 
    373     if (((adm9240_read_value(new_client,ADM9240_REG_CONFIG) & 0x80) != 0x80) || 
     373    if (((adm9240_read_value(new_client,ADM9240_REG_CONFIG) & 0x80) != 0x00) || 
    374374        (adm9240_read_value(new_client,ADM9240_REG_I2C_ADDR) != address)) 
    375375      goto ERROR1;