Changeset 1731
- Timestamp:
- 03/17/03 04:26:20 (6 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (2 diffs)
- lm-sensors/trunk/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1718 r1731 20 20 2.8.0 (2003????) 21 21 NOTE: Requires i2c-2.8.0 or newer. 22 Dropped all kernel 2.2 and 2.3 compatibility 22 Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required 23 23 File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations 24 Library: Add support for exponents and logarithms for vt1211/vt8235 temps 24 Library: Add support for exponents and logarithms for vt1211/vt8235 temps; 25 add lm85 support 25 26 Makefiles: Generate warnings if new library won't be found by ld.so; 26 27 Modules now install in kernel/drivers/i2c/[busses,chips] 28 Modules (all): Cleanups including 29 - Add #include <i2c-proc.h> 30 - C99 initializers 31 - Remove #ifdef MODULE 32 - Remove #ifndef THIS_MODULE 33 - Remove #ifndef MODULE_LICENSE 34 - Remove #include "sensors.h", copy SYSCTL defs to module 35 - Remove argument in i2c_register_entry() 36 - Remove dummy xxx_command() definition 37 - Remove EXPORT_NO_SYMBOLS 38 - Remove init_MUTEX #define 39 - Remove xxx_inc_use() and xxx_dec_use() functions 40 - Use module_init() and module_exit() 41 - Update to new i2c_driver struct definition 27 42 Module adm1021: Set alarm on failed reads and report old value; 28 43 merge changes from kernel 2.5.54 44 Module bmcsensors: Fix compile when DEBUG=1 29 45 Modules ddcmon, eeprom: Use i2c block reads if possible; 30 46 better error handling 31 47 Module lm75: merge changes from kernel 2.5.54 48 Module lm85: New 32 49 Module i2c-amd756: merge changes from kernel 2.5.54 33 50 Module i2c-amd8111: merge changes from kernel 2.5.54 … … 41 58 Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha 42 59 Program pwmtest: New 60 Program sensors: add lm85 support 43 61 Program sensors-detect: Add super i/o detection (smsc47m1, vt1211, 44 62 w83627hf, w83697hf) lm-sensors/trunk/version.h
r1665 r1731 1 #define LM_DATE "200 21208"2 #define LM_VERSION "2. 7.0"1 #define LM_DATE "2003????" 2 #define LM_VERSION "2.8.0-CVS"
