Skip to content

Commit

Permalink
Add T_Sensor to ROG STRIX X670E-E GAMING WIFI
Browse files Browse the repository at this point in the history
  • Loading branch information
zwostein authored and ZVNexus committed Jan 2, 2024
1 parent 3d64a9d commit cb31069
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion asus-ec-sensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ static const struct ec_sensor_info sensors_family_amd_600[] = {
EC_SENSOR("Motherboard", hwmon_temp, 1, 0x00, 0x32),
[ec_sensor_temp_vrm] =
EC_SENSOR("VRM", hwmon_temp, 1, 0x00, 0x33),
[ec_sensor_temp_t_sensor] =
EC_SENSOR("T_Sensor", hwmon_temp, 1, 0x00, 0x36),
[ec_sensor_temp_water_in] =
EC_SENSOR("Water_In", hwmon_temp, 1, 0x01, 0x00),
[ec_sensor_temp_water_out] =
Expand Down Expand Up @@ -435,7 +437,8 @@ static const struct ec_board_info board_info_strix_x570_i_gaming = {

static const struct ec_board_info board_info_strix_x670e_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,
.mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
.family = family_amd_600_series,
};
Expand Down

0 comments on commit cb31069

Please sign in to comment.