Changeset 5998 for lm-sensors/trunk/prog

Show
Ignore:
Timestamp:
11/08/11 10:24:16 (7 months ago)
Author:
khali
Message:

The LM94 and LM96194 are almost the same chip, and they have the same
device ID.

Files:
1 modified

Legend:

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

    r5997 r5998  
    658658                i2c_detect => sub { lm93_detect(@_, 0); }, 
    659659        }, { 
    660                 name => "National Semiconductor LM94", 
     660                name => "National Semiconductor LM94 or LM96194", 
    661661                driver => "lm93", 
    662662                i2c_addrs => [0x2c..0x2e],