Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull a hwmon fix from Guenter Roeck:
"Fix sensor readings for Asus M5A78L in asus_atk0110 driver."

* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (asus_atk0110) Add quirk for Asus M5A78L

+6
+6
drivers/hwmon/asus_atk0110.c
··· 34 34 .matches = { 35 35 DMI_MATCH(DMI_BOARD_NAME, "SABERTOOTH X58") 36 36 } 37 + }, { 38 + /* Old interface reads the same sensor for fan0 and fan1 */ 39 + .ident = "Asus M5A78L", 40 + .matches = { 41 + DMI_MATCH(DMI_BOARD_NAME, "M5A78L") 42 + } 37 43 }, 38 44 { } 39 45 };