Changeset 891
- Timestamp:
- 10/09/00 02:00:49 (8 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/pcf8574.c (modified) (1 diff)
- lm-sensors/trunk/lm_sensors.lsm (modified) (1 diff)
- lm-sensors/trunk/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r880 r891 18 18 ----------------------- 19 19 20 2.5.3 (2000 ????)20 2.5.3 (20001008) 21 21 NOTE: i2c 2.5.3 MUST BE be compiled and installed first. 22 22 File useful_addresses.html: update 23 23 Library: Add lm87 support 24 Module pcf8574: new 24 25 Module ali-1535: new 25 26 Module ali-15x3: removed force #ifdef. lm-sensors/trunk/kernel/chips/pcf8574.c
r889 r891 4 4 Copyright (c) 2000 Frodo Looijaard <frodol@dds.nl>, 5 5 Philip Edelbrock <phil@netroedge.com>, 6 Dan Eaton <dan.eaton@rocketlogix.com>6 Dan Eaton <dan.eaton@rocketlogix.com> 7 7 8 8 This program is free software; you can redistribute it and/or modify lm-sensors/trunk/lm_sensors.lsm
r843 r891 1 1 Begin3 2 2 Title: lm_sensors 3 Version: 2.5. 23 Version: 2.5.3 4 4 Entered-date: 29DEC98 5 5 Description: Hardware health monitoring package for Linux. It consists of lm-sensors/trunk/version.h
r844 r891 1 1 #define LM_DATE "20000709" 2 #define LM_VERSION "2.5. 2"2 #define LM_VERSION "2.5.3"
