sensors/lm_sensors-r6111-detection-Winbond-W83627SF.diff
Jean Delvare 2cee1ba588 Align sensors-detect with what kernel 3.7 supports.
- lm_sensors-r6111-detection-Winbond-W83627SF.diff: Add detection
  of Winbond W83627SF/GF (no sensors.)
- lm_sensors-r6112-detection-AMD-family-16h.diff: Add detection of
  AMD family 16h power sensors.
- lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff: Map IT8771E,
  IT8772E, IT8782F and IT8783F to it87.
- lm_sensors-r6117-detection-ITE-IT8752F.diff: Add detection of
  IT8752F.
- lm_sensors-r6123-AnalogDev-ADT7410-driver.diff: We have a driver
  for the ADT7410 since kernel 3.7.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=56
2013-03-01 10:06:23 +00:00

21 lines
586 B
Diff

Subject: Add detection of Winbond W83627SF/GF (no sensors)
Upstream: yes, r6111
---
prog/detect/sensors-detect | 4 ++++
1 file changed, 4 insertions(+)
--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -1945,6 +1945,10 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "Winbond W83627SF/GF Super IO",
+ driver => "not-a-sensor",
+ devid => 0x59,
+ }, {
name => "Winbond W83627THF/THG Super IO Sensors",
driver => "w83627hf",
devid => 0x82,