Patch "hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMING" has been added to the 5.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMING

to the 5.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     hwmon-asus-ec-sensors-add-missing-sensors-for-x570-i.patch
and it can be found in the queue-5.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 286df8842dc07b039bbd72d97e61f85939b671b7
Author: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
Date:   Sun Jul 10 10:55:38 2022 +0200

    hwmon: (asus-ec-sensors) add missing sensors for X570-I GAMING
    
    [ Upstream commit 1c4e4f4a0e8d9ebe8be1c838fec4fb7053a989d9 ]
    
    VRM and chipset temperature for ROG STRIX X570-I GAMING were missing
    according to a user contribution to the LHM project [1].
    
    [1] https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/767
    
    Signed-off-by: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20220710085539.1682869-1-eugene.shalygin@xxxxxxxxx
    Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
    Stable-dep-of: 88700d1396ba ("hwmon: (asus-ec-sensors) autoload module via DMI data")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
index 625c2baa35ec6..0749cd023a323 100644
--- a/drivers/hwmon/asus-ec-sensors.c
+++ b/drivers/hwmon/asus-ec-sensors.c
@@ -366,9 +366,10 @@ static const struct ec_board_info board_info[] = {
 	},
 	{
 		.board_names = {"ROG STRIX X570-I GAMING"},
-		.sensors = SENSOR_TEMP_T_SENSOR | SENSOR_FAN_VRM_HS |
-			SENSOR_FAN_CHIPSET | SENSOR_CURR_CPU |
-			SENSOR_IN_CPU_CORE,
+		.sensors = SENSOR_TEMP_CHIPSET | SENSOR_TEMP_VRM |
+			SENSOR_TEMP_T_SENSOR |
+			SENSOR_FAN_VRM_HS | SENSOR_FAN_CHIPSET |
+			SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE,
 		.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
 		.family = family_amd_500_series,
 	},



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux