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

add it87 i2c detection. No alias function yet.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1210 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-10-22 01:42:53 +00:00
parent e7fc40b690
commit 59f68e3104
2 changed files with 3 additions and 1 deletions

View File

@@ -723,6 +723,8 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
{
name => "ITE IT8705F / IT8712F / SiS 950",
driver => "it87",
i2c_addrs => [0x20..0x2f],
i2c_detect => sub { ite_detect 0, @_ },
isa_addrs => [0x290],
isa_detect => sub { ite_isa_detect 0, @_ },
} ,