From b7ba72c71659d7dca61ef12630f3b51ac6ecfaf1 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sat, 29 Jul 2006 16:05:13 +0000 Subject: [PATCH] sensors-detect: Do not scan i2c-isa as if it were a regular i2c bus. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4078 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): ";