mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user