Changeset 4310
- Timestamp:
- 01/24/07 21:24:21 (6 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
r4309 r4310 3131 3131 || ($chip->{devid} <= 0xff && ($val >> 8) == $chip->{devid})) { 3132 3132 probe_superio($addrreg, $datareg, $chip); 3133 $found++;3133 $found++; 3134 3134 } 3135 3135 } … … 3336 3336 return if i2c_smbus_read_word_data($file, $i + 0x06) != $os; 3337 3337 return if i2c_smbus_read_word_data($file, $i + 0x07) != $os; 3338 $cur_varies = 13338 $cur_varies = 1 3339 3339 if (! $cur_varies) and 3340 3340 i2c_smbus_read_word_data($file, $i) != $cur; … … 4616 4616 return 1; 4617 4617 } 4618 } 4618 } 4619 4619 if ($chip == 2) { 4620 4620 # check for 'shadow' write-protect register at 0x30-0x37
