Changeset 301
- Timestamp:
- 03/10/99 02:17:15 (10 years ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/prog/detect/detect.pl (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r215 r301 24 24 Author of the i2c-via and sis5595 drivers. 25 25 * 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. 27 30 28 31 * Simon Vogl <simon@tk.uni-linz.ac.at> lm-sensors/trunk/TODO
r289 r301 1 1 Many, many things. Most notably: 2 2 3 * LM78 detection: bit 5 reg 0x49 may be one?!? 3 4 * bit-lp increases module count stupidly 4 5 * Segfault if too high /dev/i2c-* file accessed lm-sensors/trunk/prog/detect/detect.pl
r299 r301 25 25 # each be put in a separate file, using modules and packages. That is beyond 26 26 # me. 27 28 require 5.004; 27 29 28 30 use strict; lm-sensors/trunk/prog/detect/sensors-detect
r299 r301 25 25 # each be put in a separate file, using modules and packages. That is beyond 26 26 # me. 27 28 require 5.004; 27 29 28 30 use strict;
