mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +00:00
sensors-detect: Add detection of Nuvoton NCT6795D
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -12,6 +12,7 @@ SVN HEAD
|
||||
Mark F81768D as supported by the f71882fg driver
|
||||
Mark F81866D as supported by the f71882fg driver
|
||||
Add detection of various ITE chips
|
||||
Add detection of Nuvoton NCT6795D
|
||||
|
||||
3.4.0 (2015-06-25)
|
||||
documentation: Update the note about libsensors license
|
||||
|
@@ -2182,6 +2182,13 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
devid_mask => 0xFFF0,
|
||||
logdev => 0x0b,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Nuvoton NCT6795D Super IO Sensors",
|
||||
driver => "nct6775",
|
||||
devid => 0xD352,
|
||||
devid_mask => 0xFFF0,
|
||||
logdev => 0x0b,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
|
||||
driver => "nct6775",
|
||||
|
Reference in New Issue
Block a user