of Nuvoton NCT5571D, NCT5577D and NCT6776F. - lm_sensors-r5913-default-config-NCT677xF.patch: Default config for NCT6775F and NCT6776F. - lm_sensors-r5914-fix-TMP421-detection.patch: We probe addresses 0x1c-0x1f for other chips now, so we might as well look for TMP421 devices there. - lm_sensors-r5916-fix-EMC140x-detection.patch: Fix addresses checked for SMSC EMC1403 and EMC1404. - lm_sensors-r5930-fix-DDR3-SPD-detection.patch: Fix detection of SPD EEPROM on DDR3 memory modules. DDR3 uses CRC16 over 128 bytes instead of basic checksum over 64 bytes. Contributed by Clemens Ladisch. - libensors-visibility.patch: Add 3 missing symbols. OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=34
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
Add detection of Nuvoton NCT5571D, NCT5577D and NCT6776F.
|
|
|
|
---
|
|
prog/detect/sensors-detect | 14 +++++++++++++-
|
|
1 file changed, 13 insertions(+), 1 deletion(-)
|
|
|
|
--- lm_sensors-3.2.0.orig/prog/detect/sensors-detect
|
|
+++ lm_sensors-3.2.0/prog/detect/sensors-detect
|
|
@@ -1790,7 +1790,7 @@ use constant FEAT_SMBUS => (1 << 7);
|
|
logdev => 0x0b,
|
|
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
|
}, {
|
|
- name => "Nuvoton W83667HG-B Super IO Sensors",
|
|
+ name => "Nuvoton W83667HG-B (NCT5571D) Super IO Sensors",
|
|
driver => "w83627ehf",
|
|
devid => 0xB350,
|
|
devid_mask => 0xFFF0,
|
|
@@ -1808,6 +1808,18 @@ use constant FEAT_SMBUS => (1 << 7);
|
|
driver => "not-a-sensor",
|
|
devid => 0x61,
|
|
}, {
|
|
+ name => "Nuvoton NCT5577D Super IO Sensors",
|
|
+ driver => "to-be-written",
|
|
+ devid => 0xC331,
|
|
+ logdev => 0x0b,
|
|
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
|
+ }, {
|
|
+ name => "Nuvoton NCT6776F Super IO Sensors",
|
|
+ driver => "to-be-written",
|
|
+ devid => 0xC333,
|
|
+ logdev => 0x0b,
|
|
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
|
+ }, {
|
|
name => "Fintek F71805F/FG Super IO Sensors",
|
|
driver => "f71805f",
|
|
devid => 0x0406,
|