Changeset 301

Show
Ignore:
Timestamp:
03/10/99 02:17:15 (10 years ago)
Author:
frodo
Message:

Updated CONTRIBUTORS file. Phil, you may want to synchronize it

with your web version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CONTRIBUTORS

    r215 r301  
    2424  Author of the i2c-via and sis5595 drivers. 
    2525* Mark D. Studebaker <mds@eng.paradyne.com> 
    26   Author of the i2c-ali15x3 driver. 
     26  Author of the i2c-ali15x3 driver, as well as other drivers. 
     27* Adrian Baugh <adrian@merlin.keble.ox.ac.uk> 
     28  Author of wmsensors (get it at http://users.ox.ac.uk/~kebl0850/wmlm78); 
     29  he also tested lots of things, and helped us out on several occasions. 
    2730 
    2831* Simon Vogl <simon@tk.uni-linz.ac.at> 
  • lm-sensors/trunk/TODO

    r289 r301  
    11Many, many things. Most notably: 
    22 
     3* LM78 detection: bit 5 reg 0x49 may be one?!? 
    34* bit-lp increases module count stupidly 
    45* Segfault if too high /dev/i2c-* file accessed 
  • lm-sensors/trunk/prog/detect/detect.pl

    r299 r301  
    2525# each be put in a separate file, using modules and packages. That is beyond 
    2626# me. 
     27 
     28require 5.004; 
    2729 
    2830use strict; 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r299 r301  
    2525# each be put in a separate file, using modules and packages. That is beyond 
    2626# me. 
     27 
     28require 5.004; 
    2729 
    2830use strict;