mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
hwmon: (asus_atk0110) Add quirk for Asus M5A78L
commit 43ca6cb28c
upstream.
The old interface is bugged and reads the wrong sensor when retrieving
the reading for the chassis fan (it reads the CPU sensor); the new
interface works fine.
Reported-by: Göran Uddeborg <goeran@uddeborg.se>
Tested-by: Göran Uddeborg <goeran@uddeborg.se>
Signed-off-by: Luca Tettamanti <kronos.it@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
af84397272
commit
e18625cacb
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ static const struct dmi_system_id __initconst atk_force_new_if[] = {
|
|||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "SABERTOOTH X58")
|
||||
}
|
||||
}, {
|
||||
/* Old interface reads the same sensor for fan0 and fan1 */
|
||||
.ident = "Asus M5A78L",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "M5A78L")
|
||||
}
|
||||
},
|
||||
{ }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue