sensors/lm_sensors-r5952-new-fintek-chips.patch
Jean Delvare 54abb01aff - Update to lm_sensors 3.3.0
* Support for chassis intrusion and humidity sensors
  * Support for many new attributes
  * Detection of new devices
- lm_sensors-r5952-new-fintek-chips.patch: Fix driver mapping of
  two new Fintek chips.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=37
2011-03-29 17:11:32 +00:00

26 lines
824 B
Diff

We have support for the Fintek F71889A and F81865F now.
---
prog/detect/sensors-detect | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lm_sensors-3.3.0.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.0/prog/detect/sensors-detect
@@ -1993,7 +1993,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F71889A Super IO Sensors",
- driver => "to-be-written",
+ driver => "f71882fg",
devid => 0x1005,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
@@ -2007,7 +2007,7 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x0206,
}, {
name => "Fintek F81865F Super IO Sensors",
- driver => "to-be-written",
+ driver => "f71882fg",
devid => 0x0704,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,