Changeset 292

Show
Ignore:
Timestamp:
03/02/99 12:13:46 (14 years ago)
Author:
frodo
Message:

There we go again... nothing new, except the obvious bug fix. Sigh.

I hope that CVS supports revision numbers of at least seven digits...

Location:
lm-sensors/trunk/prog/detect
Files:
2 modified

Legend:

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

    r291 r292  
    755755      @entry_addrs = ($detected_entry->{i2c_addr}); 
    756756      push @entry_addrs, @{$detected_entry->{i2c_sub_addrs}} 
    757                if exists $datahash->{i2c_sub_addrs}; 
     757               if exists $detected_entry->{i2c_sub_addrs}; 
    758758      if ($detected_entry->{i2c_devnr} == $datahash->{i2c_devnr} and 
    759759          any_list_match \@entry_addrs, \@hash_addrs) { 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r291 r292  
    755755      @entry_addrs = ($detected_entry->{i2c_addr}); 
    756756      push @entry_addrs, @{$detected_entry->{i2c_sub_addrs}} 
    757                if exists $datahash->{i2c_sub_addrs}; 
     757               if exists $detected_entry->{i2c_sub_addrs}; 
    758758      if ($detected_entry->{i2c_devnr} == $datahash->{i2c_devnr} and 
    759759          any_list_match \@entry_addrs, \@hash_addrs) {