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
31 lines
651 B
Diff
31 lines
651 B
Diff
Upstream changeset: r5889
|
|
Add a default configuration section for the SMSC SCH5127.
|
|
|
|
---
|
|
etc/sensors.conf.default | 14 ++++++++++++++
|
|
1 file changed, 14 insertions(+)
|
|
|
|
--- lm_sensors-3.2.0.orig/etc/sensors.conf.default
|
|
+++ lm_sensors-3.2.0/etc/sensors.conf.default
|
|
@@ -402,6 +402,20 @@ chip "sch5027-*"
|
|
set in6_max 3.0 * 1.10
|
|
|
|
|
|
+chip "sch5127-*"
|
|
+
|
|
+ label in2 "+3.3V"
|
|
+ label in5 "3VSB"
|
|
+ label in6 "Vbat"
|
|
+
|
|
+ set in2_min 3.3 * 0.90
|
|
+ set in2_max 3.3 * 1.10
|
|
+ set in5_min 3.3 * 0.90
|
|
+ set in5_max 3.3 * 1.10
|
|
+ set in6_min 3.0 * 0.90
|
|
+ set in6_max 3.0 * 1.10
|
|
+
|
|
+
|
|
chip "f71882fg-*"
|
|
|
|
label in0 "+3.3V"
|