mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 14:55:27 +00:00
Add detection of Nuvoton NCT6793D
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -6,6 +6,7 @@ SVN HEAD
|
|||||||
sensors-detect: Fix systemd paths
|
sensors-detect: Fix systemd paths
|
||||||
Add detection of Fintek F81768
|
Add detection of Fintek F81768
|
||||||
Only probe I/O ports on x86
|
Only probe I/O ports on x86
|
||||||
|
Add detection of Nuvoton NCT6793D
|
||||||
|
|
||||||
3.4.0 (2015-06-25)
|
3.4.0 (2015-06-25)
|
||||||
documentation: Update the note about libsensors license
|
documentation: Update the note about libsensors license
|
||||||
|
@@ -2170,6 +2170,13 @@ use constant FEAT_SMBUS => (1 << 7);
|
|||||||
devid_mask => 0xFFF0,
|
devid_mask => 0xFFF0,
|
||||||
logdev => 0x0b,
|
logdev => 0x0b,
|
||||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||||
|
}, {
|
||||||
|
name => "Nuvoton NCT6793D Super IO Sensors",
|
||||||
|
driver => "nct6775",
|
||||||
|
devid => 0xD110,
|
||||||
|
devid_mask => 0xFFF0,
|
||||||
|
logdev => 0x0b,
|
||||||
|
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||||
}, {
|
}, {
|
||||||
name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
|
name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
|
||||||
driver => "nct6775",
|
driver => "nct6775",
|
||||||
|
Reference in New Issue
Block a user