Hi Matthew, On Fri, 18 Nov 2022 at 05:55, Matthew Dawson <matthew@xxxxxxxxxxxxx> wrote: > > Add support for the Zenith II Extreme Alpha. It is basically the same > board as the Zenith II Extreme, and has a similar sensor suite. The > DSDT is basically the same except for some address, so use the same > board information as the non-Alpha board. Thank you for the patch! I'd like to keep copies of the DSDT for all the supported boards. Could you, please, send it to me directly or share at https://github.com/zeule/asus-ec-sensors ? > > Signed-off-by: Matthew Dawson <matthew@xxxxxxxxxxxxx> > --- > drivers/hwmon/asus-ec-sensors.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c > index 81e688975c6a..ac0459be04c7 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", The board name needs to be added to the list in Documentation/hwmon/asus_ec_sensors.rst. > + &board_info_zenith_ii_extreme), > {}, > }; Kind regards, Eugene