Changeset 5982
- Timestamp:
- 07/07/11 11:52:38 (11 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5981 r5982 1000 1000 }, { 1001 1001 name => "National Semiconductor LM95231", 1002 driver => " to-be-written",1002 driver => "lm95241", 1003 1003 i2c_addrs => [0x2b, 0x19, 0x2a], 1004 1004 i2c_detect => sub { lm95231_detect(@_, 0); }, … … 4545 4545 return if $mid != 0x01; # National Semiconductor 4546 4546 return if $chip == 0 && $cid != 0xa1; # LM95231 4547 return if $chip == 1 && $cid != 0xa4; # LM952 314547 return if $chip == 1 && $cid != 0xa4; # LM95241 4548 4548 4549 4549 return if i2c_smbus_read_byte_data($file, 0x02) & 0x70;
