2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

sensors-detect: Fix detection of NCT6793D

The Chip ID for NCT6793D is 0xD12x, not 0xD11x.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Guenter Roeck 2016-07-16 10:31:03 -07:00
parent e39dbd3e56
commit 6a368f70ea

View File

@ -2178,7 +2178,7 @@ use constant FEAT_SMBUS => (1 << 7);
}, {
name => "Nuvoton NCT6793D Super IO Sensors",
driver => "nct6775",
devid => 0xD110,
devid => 0xD120,
devid_mask => 0xFFF0,
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,