Changeset 4078 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 07/29/06 18:05:13 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4077 r4078 5466 5466 while (<INPUTFILE>) { 5467 5467 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"); 5469 5469 print "\n"; 5470 5470 print "Next adapter: $adap\n";
