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

We now have a w83627ehf driver (Linux 2.6.13+).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3030 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-07-06 19:28:02 +00:00
parent f876b23490
commit 8e3aebf21d

View File

@@ -1079,7 +1079,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
} ,
{
name => "Winbond W83627EHF",
driver => "to-be-written",
driver => "w83627ehf",
i2c_addrs => [0x28..0x2f],
i2c_detect => sub { w83781d_detect 9, @_},
isa_addrs => [0x290],
@@ -1826,7 +1826,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
[
{
name => "Winbond W83627EHF Super IO Sensors",
driver => "to-be-written",
driver => "w83627ehf",
# Datasheet says 0x886x but 0x8853 was seen, thus the broader mask
devid => 0x8840,
devid_mask => 0xFFC0,