Skip to content

Commit 31c092b

Browse files
mkamal85groeck
authored andcommitted
hwmon: (asus-ec-sensors) add TUF GAMING X670E PLUS WIFI
Add support for TUF GAMING X670E PLUS WIFI Signed-off-by: Mohamad Kamal <mohamad.kamal.85@gmail.com> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com> Link: https://lore.kernel.org/r/20250914084019.1108941-1-eugene.shalygin@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 53d3bd4 commit 31c092b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/hwmon/asus_ec_sensors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Supported boards:
4646
* ROG ZENITH II EXTREME
4747
* ROG ZENITH II EXTREME ALPHA
4848
* TUF GAMING X670E PLUS
49+
* TUF GAMING X670E PLUS WIFI
4950

5051
Authors:
5152
- Eugene Shalygin <eugene.shalygin@gmail.com>

drivers/hwmon/asus-ec-sensors.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,8 @@ static const struct dmi_system_id dmi_table[] = {
805805
&board_info_zenith_ii_extreme),
806806
DMI_EXACT_MATCH_ASUS_BOARD_NAME("TUF GAMING X670E-PLUS",
807807
&board_info_tuf_gaming_x670e_plus),
808+
DMI_EXACT_MATCH_ASUS_BOARD_NAME("TUF GAMING X670E-PLUS WIFI",
809+
&board_info_tuf_gaming_x670e_plus),
808810
{},
809811
};
810812

0 commit comments

Comments
 (0)