d79bae1ad3
sensors-detect if i2c bus numbering is not sequential. - lm_sensors-r5883-W83667HG-B-is-supported.patch: The W83667HG-B is supported by the w83627ehf driver since kernel 2.6.36. - lm_sensors-r5886-default-config-W83627THF.patch: Add a default configuration section for the Winbond W83627THF. - lm_sensors-r5887-typo-in-sensors-conf-5.patch: Fixed typo in lib/sensors.conf.5. - lm_sensors-r5889-default-config-SCH5127.patch: Add a default configuration section for the SMSC SCH5127. - lm_sensors-r5905-fix-coretemp-detection.patch: Implement universal detection for Intel digital thermal sensors. OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=32
36 lines
884 B
Diff
36 lines
884 B
Diff
Upstream changeset: r5886
|
|
Add a default configuration section for the Winbond W83627THF.
|
|
|
|
---
|
|
etc/sensors.conf.default | 19 +++++++++++++++++++
|
|
1 file changed, 19 insertions(+)
|
|
|
|
--- lm_sensors-3.2.0.orig/etc/sensors.conf.default
|
|
+++ lm_sensors-3.2.0/etc/sensors.conf.default
|
|
@@ -266,6 +266,25 @@ chip "adm1030-*" "adm1031-*"
|
|
label temp1 "M/B Temp"
|
|
|
|
|
|
+chip "w83627thf-*"
|
|
+
|
|
+ label in3 "+5V"
|
|
+ label in7 "5VSB"
|
|
+ label in8 "Vbat"
|
|
+
|
|
+ # Internal resistors
|
|
+ compute in3 @ * (1 + 34/51), @ / (1 + 34/51)
|
|
+ compute in7 @ * (1 + 34/51), @ / (1 + 34/51)
|
|
+
|
|
+ set in3_min 5.0 * 0.90
|
|
+ set in3_max 5.0 * 1.10
|
|
+ set in7_min 5.0 * 0.90
|
|
+ set in7_max 5.0 * 1.10
|
|
+# The battery voltage may or may not be monitored.
|
|
+# set in8_min 3.0 * 0.90
|
|
+# set in8_max 3.0 * 1.10
|
|
+
|
|
+
|
|
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*"
|
|
|
|
label in0 "Vcore"
|