Changeset 5311
- Timestamp:
- 08/20/08 13:25:47 (5 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5309 r5311 1091 1091 }, 1092 1092 { 1093 name => "Texas Instruments TMP401 ",1093 name => "Texas Instruments TMP401/TMP411", 1094 1094 driver => "tmp401", 1095 1095 i2c_addrs => [0x4c], … … 3956 3956 # (0 = LM90, 1=LM89/LM99, 2=LM86, 3=ADM1032, 4=MAX6657/MAX6658/MAX6659, 3957 3957 # 5 = ADT7461, 6 = MAX6648/MAX6692, 7 = MAX6680/MAX6681, 3958 # 8 = W83L771W/G), 9 = TI TMP401 3958 # 8 = W83L771W/G), 9 = TI TMP401/TMP411 3959 3959 # $_[1]: A reference to the file descriptor to access this chip. 3960 3960 # $_[2]: Address … … 4042 4042 return if $rate > 0x0F; 4043 4043 return if $mid != 0x55; # Texas Instruments 4044 return if $cid != 0x11; # TMP401 4044 return if $cid != 0x11; # TMP401/TMP411 4045 4045 return 6; 4046 4046 }
