]> www.infradead.org Git - users/hch/misc.git/commitdiff
hwmon: (asus-ec-sensors) add TUF GAMING X670E PLUS WIFI
authorMohamad Kamal <mohamad.kamal.85@gmail.com>
Sun, 14 Sep 2025 08:40:10 +0000 (10:40 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 25 Sep 2025 15:08:13 +0000 (08:08 -0700)
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>
Documentation/hwmon/asus_ec_sensors.rst
drivers/hwmon/asus-ec-sensors.c

index 5801bc4279c0c665add515694d544ce5743a75ce..a5a58c00c32234779ee5380cf33d7b3b2fdf00e9 100644 (file)
@@ -46,6 +46,7 @@ Supported boards:
  * ROG ZENITH II EXTREME
  * ROG ZENITH II EXTREME ALPHA
  * TUF GAMING X670E PLUS
+ * TUF GAMING X670E PLUS WIFI
 
 Authors:
     - Eugene Shalygin <eugene.shalygin@gmail.com>
index e27a7b08e7b7776862c38d1e43e750bb5f787e03..34a8f6b834c97f55a265792e315f716560c432b7 100644 (file)
@@ -805,6 +805,8 @@ static const struct dmi_system_id dmi_table[] = {
                                        &board_info_zenith_ii_extreme),
        DMI_EXACT_MATCH_ASUS_BOARD_NAME("TUF GAMING X670E-PLUS",
                                        &board_info_tuf_gaming_x670e_plus),
+       DMI_EXACT_MATCH_ASUS_BOARD_NAME("TUF GAMING X670E-PLUS WIFI",
+                                       &board_info_tuf_gaming_x670e_plus),
        {},
 };