2023-01-28 10:22:18

by Eugene Shalygin

[permalink] [raw]
Subject: [PATCH] hwmon: (asus-ec-sensors) add zenith ii extreme alpha

From: Eric Nguyen <[email protected]>

The ROG ZENITH II EXTREME ALPHA provides the same set of sensors as the
no-ALPHA version. Tested with the hardware [1].

[1] https://github.com/zeule/asus-ec-sensors/issues/31

Signed-off-by: Eric Nguyen <[email protected]>
Signed-off-by: Eugene Shalygin <[email protected]>
---
Documentation/hwmon/asus_ec_sensors.rst | 1 +
drivers/hwmon/asus-ec-sensors.c | 2 ++
2 files changed, 3 insertions(+)

diff --git a/Documentation/hwmon/asus_ec_sensors.rst b/Documentation/hwmon/asus_ec_sensors.rst
index 02f4ad314a1e..a4039f2f9ca4 100644
--- a/Documentation/hwmon/asus_ec_sensors.rst
+++ b/Documentation/hwmon/asus_ec_sensors.rst
@@ -23,6 +23,7 @@ Supported boards:
* ROG STRIX X570-I GAMING
* ROG STRIX Z690-A GAMING WIFI D4
* ROG ZENITH II EXTREME
+ * ROG ZENITH II EXTREME ALPHA

Authors:
- Eugene Shalygin <[email protected]>
diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
index a901e4e33d81..bd7beefde586 100644
--- a/drivers/hwmon/asus-ec-sensors.c
+++ b/drivers/hwmon/asus-ec-sensors.c
@@ -466,6 +466,8 @@ static const struct dmi_system_id dmi_table[] = {
&board_info_strix_z690_a_gaming_wifi_d4),
DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG ZENITH II EXTREME",
&board_info_zenith_ii_extreme),
+ DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG ZENITH II EXTREME ALPHA",
+ &board_info_zenith_ii_extreme),
{},
};

--
2.39.1



2023-01-29 18:38:03

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] hwmon: (asus-ec-sensors) add zenith ii extreme alpha

On Sat, Jan 28, 2023 at 11:21:34AM +0100, Eugene Shalygin wrote:
> From: Eric Nguyen <[email protected]>
>
> The ROG ZENITH II EXTREME ALPHA provides the same set of sensors as the
> no-ALPHA version. Tested with the hardware [1].
>
> [1] https://github.com/zeule/asus-ec-sensors/issues/31
>
> Signed-off-by: Eric Nguyen <[email protected]>
> Signed-off-by: Eugene Shalygin <[email protected]>

Applied to hwmon-next.

Thanks,
Guenter