Changeset 3199

Show
Ignore:
Timestamp:
11/20/05 20:53:11 (8 years ago)
Author:
khali
Message:

Ask the users for help on to-be-tested bus drivers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r3198 r3199  
    21762176               $try->{driver}, 
    21772177               $device->{bus},$device->{slot},$device->{func},$try->{procid}; 
     2178        if ($try->{driver} eq "to-be-tested") { 
     2179          print "\nWe are currently looking for testers for this adapter!\n". 
     2180                "Please see http://secure.netroedge.com/~lm78/newdrivers.html\n". 
     2181                "and/or contact us if you want to help.\n\n"; 
     2182          print "Continue... "; 
     2183          <STDIN>; 
     2184          print "\n"; 
     2185        } 
    21782186        push @res,$try->{driver}; 
    21792187      } 
     
    50145022    foreach $adapter (@adapters) { 
    50155023      next if $adapter eq "DISABLED"; 
     5024      next if $adapter eq "to-be-tested"; 
    50165025      if (exists($modules_list{$adapter})) { 
    50175026        print "Module `$adapter' already loaded.\n";