Changeset 292
- Timestamp:
- 03/02/99 12:13:46 (14 years ago)
- Location:
- lm-sensors/trunk/prog/detect
- Files:
-
- 2 modified
-
detect.pl (modified) (1 diff)
-
sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/detect.pl
r291 r292 755 755 @entry_addrs = ($detected_entry->{i2c_addr}); 756 756 push @entry_addrs, @{$detected_entry->{i2c_sub_addrs}} 757 if exists $d atahash->{i2c_sub_addrs};757 if exists $detected_entry->{i2c_sub_addrs}; 758 758 if ($detected_entry->{i2c_devnr} == $datahash->{i2c_devnr} and 759 759 any_list_match \@entry_addrs, \@hash_addrs) { -
lm-sensors/trunk/prog/detect/sensors-detect
r291 r292 755 755 @entry_addrs = ($detected_entry->{i2c_addr}); 756 756 push @entry_addrs, @{$detected_entry->{i2c_sub_addrs}} 757 if exists $d atahash->{i2c_sub_addrs};757 if exists $detected_entry->{i2c_sub_addrs}; 758 758 if ($detected_entry->{i2c_devnr} == $datahash->{i2c_devnr} and 759 759 any_list_match \@entry_addrs, \@hash_addrs) {
