2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 00:35:35 +00:00

Detect the Winbond W83687THF Super-I/O chip. We would need a

datasheet to confirm the ID and add support to the w83627hf driver.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3033 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-07-15 12:41:40 +00:00
parent 88d095b5ce
commit 421f1c7c33

View File

@@ -1797,6 +1797,13 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
devid => 0x70,
logdev => 0x0b,
},
{
name => "Winbond W83687THF Super IO Sensors",
driver => "to-be-written", # w83627hf
# A datasheet would be needed to confirm this
devid => 0x85,
logdev => 0x0b,
},
{
name => "Winbond W83697HF Super IO Sensors",
driver => "w83627hf",