Show
Ignore:
Timestamp:
08/25/06 21:59:29 (7 years ago)
Author:
khali
Message:

List the upcoming w83793 driver.
Be less authoritative when stating a given chip isn't a sensor.

Files:
1 modified

Legend:

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

    r4111 r4112  
    11121112     { 
    11131113       name => "Winbond W83793R/G", 
    1114        driver => "to-be-written", 
     1114       driver => "w83793", 
    11151115       i2c_addrs => [0x2c..0x2f], 
    11161116       i2c_detect => sub { w83793_detect(0, @_); }, 
     
    28772877          add_i2c_to_chips_detected($driver, $new_hash); 
    28782878        } else { 
    2879           print "    (note: this is NOT a sensor chip!)\n"; 
     2879          print "    (note: this is probably NOT a sensor chip!)\n"; 
    28802880        }     
    28812881      } else {