20 lines
595 B
Diff
20 lines
595 B
Diff
|
Upstream changeset: r5883
|
||
|
The W83667HG-B is supported by the w83627ehf driver since kernel
|
||
|
2.6.36.
|
||
|
|
||
|
---
|
||
|
prog/detect/sensors-detect | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- lm_sensors-3.2.0.orig/prog/detect/sensors-detect
|
||
|
+++ lm_sensors-3.2.0/prog/detect/sensors-detect
|
||
|
@@ -1791,7 +1791,7 @@ use constant FEAT_SMBUS => (1 << 7);
|
||
|
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||
|
}, {
|
||
|
name => "Nuvoton W83667HG-B Super IO Sensors",
|
||
|
- driver => "to-be-written", # Probably w83627ehf
|
||
|
+ driver => "w83627ehf",
|
||
|
devid => 0xB350,
|
||
|
devid_mask => 0xFFF0,
|
||
|
logdev => 0x0b,
|