Re: [PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X670E-A GAMING WIFI
From: Eugene Shalygin
Date: Mon Aug 31 2026 - 12:54:22 EST
Hi,
On Sun, 30 Aug 2026 at 15:03, Asai Neko via B4 Relay
<devnull+sugar.sne.moe@xxxxxxxxxx> wrote:
> +static const struct ec_board_info board_info_strix_x670e_a_gaming_wifi = {
> + .sensors = SENSOR_TEMP_CPU | SENSOR_TEMP_CPU_PACKAGE |
> + SENSOR_TEMP_MB | SENSOR_TEMP_VRM,
> + .mutex_path = ASUS_HW_ACCESS_MUTEX_SB_PCI0_SBRG_SIO1_MUT0,
> + .family = family_amd_600_series,
> +};
The board_info_strix_x670e_a_gaming_wifi struct does not seem to
differ from board_info_strix_x670e_e_gaming_wifi just below. Please
reference the existing one in the DMI_EXACT_MATCH_ASUS_BOARD_NAME().
Thank you,
Eugene