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

sensors-detect: Add detection of NCT6791D

New superio chip, found on recent ASUS boards.
This commit is contained in:
Guenter Roeck
2013-07-03 16:14:23 +00:00
parent f8248e8c21
commit 1dbb3af4ab
2 changed files with 8 additions and 0 deletions

View File

@@ -2062,6 +2062,13 @@ use constant FEAT_SMBUS => (1 << 7);
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton NCT6791D Super IO Sensors",
driver => "nct6775",
devid => 0xC800,
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
driver => "to-be-written", # nct6775