2cee1ba588
- 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
24 lines
722 B
Diff
24 lines
722 B
Diff
Subject: Update Analog Devices ADT7410 detection
|
|
Upstream: yes, r6123
|
|
|
|
We have a driver for the ADT7410 since kernel 3.7.
|
|
ADT7420 is register compatible with the ADT7410.
|
|
|
|
---
|
|
prog/detect/sensors-detect | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
|
|
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
|
|
@@ -637,8 +637,8 @@ use vars qw(@i2c_adapter_names);
|
|
i2c_addrs => [0x2c..0x2e],
|
|
i2c_detect => sub { adt7490_detect(@_); },
|
|
}, {
|
|
- name => "Analog Devices ADT7410",
|
|
- driver => "to-be-written",
|
|
+ name => "Analog Devices ADT7410/ADT7420",
|
|
+ driver => "adt7410",
|
|
i2c_addrs => [0x48..0x4b],
|
|
i2c_detect => sub { adt7410_detect(@_); },
|
|
}, {
|