Changeset 911

Show
Ignore:
Timestamp:
10/19/00 01:31:44 (13 years ago)
Author:
mds
Message:

(mds) Add mtp008 driver from Kris Van Hees.

Location:
lm-sensors/trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r910 r911  
    1919 
    20202.5.5 (2000????) 
     21  File sensors.conf.eg: Add mtp008 entries 
     22  Library: Add mtp008 support 
    2123  Module adm1021: Add support for adm1021a / adm1023 
    2224  Module mtp008: new 
    2325  Program mkpatch.pl: more fixes 
     26  Program sensors: Add mtp008 support 
     27  Program sensors-detect: Add mtp008 detection 
    2428 
    25292.5.4 (20001012) 
     
    6872  Module adm1025: new 
    6973  Module ddcmon: Fixed bus scan which could hang SMBus 
     74  Module i2c-keywest: new 
    7075  Module maxilife: Add support for Maxilife '99 (NBA) 
    7176  Module via686a: Enable sensors if not enabled by BIOS 
  • lm-sensors/trunk/kernel/chips/Module.mk

    r888 r911  
    3030                      $(MODULE_DIR)/ddcmon.o \ 
    3131                      $(MODULE_DIR)/adm1025.o \ 
    32                       $(MODULE_DIR)/lm87.o 
     32                      $(MODULE_DIR)/lm87.o \ 
     33                      $(MODULE_DIR)/mtp008.o 
    3334ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM1021=y' $(LINUX)/.config; then echo 1; fi),1) 
    3435KERNELCHIPSTARGETS += $(MODULE_DIR)/adm1021.o