mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
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. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4238 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5446,7 +5446,7 @@ sub main
|
||||
my ($dev_nr, $type, $adap) = /^i2c-(\d+)\s+(\S+)\s+(.*?) *(\t|$)/;
|
||||
next if ($type eq "dummy" || $type eq "isa");
|
||||
print "\n";
|
||||
print "Next adapter: $adap\n";
|
||||
print "Next adapter: $adap (i2c-$dev_nr)\n";
|
||||
print "Do you want to scan it? (YES/no/selectively): ";
|
||||
|
||||
$inp = <STDIN>;
|
||||
|
Reference in New Issue
Block a user