The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/1] add T_Sensor for ROG STRIX X870E-E GAMING WIFI
@ 2026-07-11  7:31 Eugene Shalygin
  2026-07-11  7:31 ` [PATCH v2 1/1] hwmon: (asus-ec-sensors) " Eugene Shalygin
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Shalygin @ 2026-07-11  7:31 UTC (permalink / raw)
  To: eugene.shalygin
  Cc: Guenter Roeck, open list:ASUS EC HARDWARE MONITOR DRIVER,
	open list

v2 changes: elaborated commit messages

Vishaal Saraiya (1):
  hwmon: (asus-ec-sensors) add T_Sensor for ROG STRIX X870E-E GAMING
    WIFI

 drivers/hwmon/asus-ec-sensors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v2 1/1] hwmon: (asus-ec-sensors) add T_Sensor for ROG STRIX X870E-E GAMING WIFI
  2026-07-11  7:31 [PATCH v2 0/1] add T_Sensor for ROG STRIX X870E-E GAMING WIFI Eugene Shalygin
@ 2026-07-11  7:31 ` Eugene Shalygin
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene Shalygin @ 2026-07-11  7:31 UTC (permalink / raw)
  To: eugene.shalygin
  Cc: Vishaal Saraiya, Guenter Roeck,
	open list:ASUS EC HARDWARE MONITOR DRIVER, open list

From: Vishaal Saraiya <vishaal.saraiya@gmail.com>

Enable T_Sensor for ROG STRIX X870E-E GAMING WIFI.

Board specs list the sensor, reading at the standard for this family
address without the thermistor connected to the motherboard, returns
-62, which is one of the known blank values (the other one in -40)
readings for temperature sensors in the ASUS EC when there is no
thermistor connected to the motherboard socket. With that evidence we
conclude that the T_Sensor can be enabled in the driver for this board.

Signed-off-by: Vishaal Saraiya <vishaal.saraiya@gmail.com>
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
---
 drivers/hwmon/asus-ec-sensors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
index 29a23484cbe7..742520c485ca 100644
--- a/drivers/hwmon/asus-ec-sensors.c
+++ b/drivers/hwmon/asus-ec-sensors.c
@@ -743,7 +743,7 @@ static const struct ec_board_info board_info_strix_x870_i_gaming_wifi = {
 
 static const struct ec_board_info board_info_strix_x870e_e_gaming_wifi = {
 	.sensors = SENSOR_TEMP_CPU | SENSOR_TEMP_CPU_PACKAGE |
-		SENSOR_TEMP_MB | SENSOR_TEMP_VRM |
+		SENSOR_TEMP_MB | SENSOR_TEMP_VRM | SENSOR_TEMP_T_SENSOR |
 		SENSOR_FAN_CPU_OPT,
 	.mutex_path = ASUS_HW_ACCESS_MUTEX_SB_PCI0_SBRG_SIO1_MUT0,
 	.family = family_amd_800_series,
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-11  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-11  7:31 [PATCH v2 0/1] add T_Sensor for ROG STRIX X870E-E GAMING WIFI Eugene Shalygin
2026-07-11  7:31 ` [PATCH v2 1/1] hwmon: (asus-ec-sensors) " Eugene Shalygin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox