Changeset 4238

Show
Ignore:
Timestamp:
11/14/06 14:00:36 (2 years ago)
Author:
khali
Message:

Display the i2c bus number next to the bus name. This should help us
when we want a reporting user to run i2cdump on a given address.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4229 r4238  
    54475447    next if ($type eq "dummy" || $type eq "isa"); 
    54485448    print "\n"; 
    5449     print "Next adapter: $adap\n"; 
     5449    print "Next adapter: $adap (i2c-$dev_nr)\n"; 
    54505450    print "Do you want to scan it? (YES/no/selectively): "; 
    54515451