diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 8d7cf1ca..587107d7 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -5465,7 +5465,7 @@ sub main local $_; while () { my ($dev_nr, $type, $adap) = /^i2c-(\d+)\s+(\S+)\s+(.*?) *(\t|$)/; - next if ($type eq "dummy"); + next if ($type eq "dummy" || $type eq "isa"); print "\n"; print "Next adapter: $adap\n"; print "Do you want to scan it? (YES/no/selectively): ";