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

Add detection for Nuvoton W83667HG-B and W83677HG-I.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5782 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2009-10-16 08:59:16 +00:00
parent 19fe62e6e0
commit ae0b253b53
2 changed files with 16 additions and 1 deletions

View File

@@ -1663,6 +1663,20 @@ use constant FEAT_SMBUS => (1 << 7);
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton W83667HG-B Super IO Sensors",
driver => "to-be-written", # Probably w83627ehf
devid => 0xB350,
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton W83677HG-I Super IO Sensors",
driver => "to-be-written", # Probably w83627ehf
devid => 0xB470,
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Winbond W83L517D Super IO",
driver => "not-a-sensor",
@@ -1805,7 +1819,7 @@ use constant FEAT_SMBUS => (1 << 7);
ns_detect => \&smsc_ns_detect_superio,
ns_chips => \@superio_ids_smsc_ns,
}, {
family => "VIA/Winbond/Fintek",
family => "VIA/Winbond/Nuvoton/Fintek",
guess => 0x290,
enter =>
{