Show
Ignore:
Timestamp:
07/07/11 11:52:38 (11 months ago)
Author:
khali
Message:

Support for the LM95231 is being added to the lm95241 driver.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5981 r5982  
    10001000        }, { 
    10011001                name => "National Semiconductor LM95231", 
    1002                 driver => "to-be-written", 
     1002                driver => "lm95241", 
    10031003                i2c_addrs => [0x2b, 0x19, 0x2a], 
    10041004                i2c_detect => sub { lm95231_detect(@_, 0); }, 
     
    45454545        return if $mid != 0x01;                         # National Semiconductor 
    45464546        return if $chip == 0 && $cid != 0xa1;           # LM95231 
    4547         return if $chip == 1 && $cid != 0xa4;           # LM95231 
     4547        return if $chip == 1 && $cid != 0xa4;           # LM95241 
    45484548 
    45494549        return if i2c_smbus_read_byte_data($file, 0x02) & 0x70;