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

The NCT6775F and NCT6776F are supported now.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5968 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-05-05 20:46:56 +00:00
parent ee792ce837
commit fc0ae0f506

View File

@@ -1917,7 +1917,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton W83677HG-I (NCT6771F/NCT6772F/NCT6775F) Super IO Sensors",
driver => "to-be-written", # Probably w83627ehf
driver => "w83627ehf",
devid => 0xB470,
devid_mask => 0xFFF0,
logdev => 0x0b,
@@ -1934,7 +1934,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton NCT6776F Super IO Sensors",
driver => "to-be-written",
driver => "w83627ehf",
devid => 0xC333,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,