Changeset 5914

Show
Ignore:
Timestamp:
02/09/11 17:44:23 (2 years ago)
Author:
khali
Message:

We probe addresses 0x1c-0x1f for other chips now, so we might as well
look for TMP421 devices there.

Files:
1 modified

Legend:

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

    r5910 r5914  
    966966                name => "Texas Instruments TMP421", 
    967967                driver => "tmp421", 
    968                 i2c_addrs => [0x2a, 0x4c..0x4f], # 0x1c-0x1f not probed. 
     968                i2c_addrs => [0x1c..0x1f, 0x2a, 0x4c..0x4f], 
    969969                i2c_detect => sub { tmp42x_detect(@_, 0); }, 
    970970        }, {