Changeset 4078

Show
Ignore:
Timestamp:
07/29/06 18:05:13 (7 years ago)
Author:
khali
Message:

sensors-detect: Do not scan i2c-isa as if it were a regular i2c bus.

Files:
1 modified

Legend:

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

    r4077 r4078  
    54665466  while (<INPUTFILE>) { 
    54675467    my ($dev_nr, $type, $adap) = /^i2c-(\d+)\s+(\S+)\s+(.*?) *(\t|$)/; 
    5468     next if ($type eq "dummy"); 
     5468    next if ($type eq "dummy" || $type eq "isa"); 
    54695469    print "\n"; 
    54705470    print "Next adapter: $adap\n";