2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

(mds) Add mtp008 driver from Kris Van Hees.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@911 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-10-18 23:31:44 +00:00
parent 64c433c78b
commit 9e7e663693
3 changed files with 1223 additions and 1 deletions

View File

@@ -18,9 +18,13 @@ ask CVS about it:
-----------------------
2.5.5 (2000????)
File sensors.conf.eg: Add mtp008 entries
Library: Add mtp008 support
Module adm1021: Add support for adm1021a / adm1023
Module mtp008: new
Program mkpatch.pl: more fixes
Program sensors: Add mtp008 support
Program sensors-detect: Add mtp008 detection
2.5.4 (20001012)
Module i2c-viapro: Add support for Via 596B (0x3051)
@@ -67,6 +71,7 @@ ask CVS about it:
Library: Add adm1025 support
Module adm1025: new
Module ddcmon: Fixed bus scan which could hang SMBus
Module i2c-keywest: new
Module maxilife: Add support for Maxilife '99 (NBA)
Module via686a: Enable sensors if not enabled by BIOS
Module w83781d: Improve w83783s support, w83627hf always has 2 pwm

View File

@@ -29,7 +29,8 @@ KERNELCHIPSTARGETS := $(MODULE_DIR)/bt869.o $(MODULE_DIR)/gl520sm.o \
$(MODULE_DIR)/via686a.o \
$(MODULE_DIR)/ddcmon.o \
$(MODULE_DIR)/adm1025.o \
$(MODULE_DIR)/lm87.o
$(MODULE_DIR)/lm87.o \
$(MODULE_DIR)/mtp008.o
ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM1021=y' $(LINUX)/.config; then echo 1; fi),1)
KERNELCHIPSTARGETS += $(MODULE_DIR)/adm1021.o
endif

1216
kernel/chips/mtp008.c Normal file

File diff suppressed because it is too large Load Diff