Changeset 678
- Timestamp:
- 12/29/99 21:13:25 (13 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r668 r678 924 924 push @entry_addrs, @{$detected_ref->[$i]->{i2c_sub_addrs}} 925 925 if exists $detected_ref->[$i]->{i2c_sub_addrs}; 926 if (any_list_match \@entry_addrs, \@hash_addrs) { 926 if ($detected_ref->[$i]->{i2c_devnr} == $datahash->{i2c_devnr} and 927 any_list_match \@entry_addrs, \@hash_addrs) { 927 928 push @$misdetected_ref,$detected_ref->[$i]; 928 929 splice @$detected_ref, $i, 1;
