2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 15:25:38 +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

@@ -20,6 +20,7 @@ SVN-HEAD
Add detection for Intel Atom thermal sensors Add detection for Intel Atom thermal sensors
Add detection for National Semiconductor LM73 Add detection for National Semiconductor LM73
Add SMBus detection for AMD Hudson-2 Add SMBus detection for AMD Hudson-2
Add detection for Nuvoton W83667HG-B and W83677HG-I
sysconfig-lm_sensors-convert: Fix exit code sysconfig-lm_sensors-convert: Fix exit code
3.1.1 (2009-06-21) 3.1.1 (2009-06-21)

View File

@@ -1663,6 +1663,20 @@ use constant FEAT_SMBUS => (1 << 7);
devid_mask => 0xFFF0, devid_mask => 0xFFF0,
logdev => 0x0b, logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP, 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", name => "Winbond W83L517D Super IO",
driver => "not-a-sensor", driver => "not-a-sensor",
@@ -1805,7 +1819,7 @@ use constant FEAT_SMBUS => (1 << 7);
ns_detect => \&smsc_ns_detect_superio, ns_detect => \&smsc_ns_detect_superio,
ns_chips => \@superio_ids_smsc_ns, ns_chips => \@superio_ids_smsc_ns,
}, { }, {
family => "VIA/Winbond/Fintek", family => "VIA/Winbond/Nuvoton/Fintek",
guess => 0x290, guess => 0x290,
enter => enter =>
{ {