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:
parent
e39dbd3e56
commit
6a368f70ea
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user