Hi, On 6/6/22 19:15, Piotr Chmura wrote: > Add dmi_system_id of Gigabyte Z690M AORUS ELITE AX DDR4 board. Tested on my PC. > > Signed-off-by: Piotr Chmura <chmooreck@xxxxxxxxx> Thank you for your patch, I've applied this patch to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > > --- > > --- linux/drivers/platform/x86/gigabyte-wmi.c 2022-05-22 21:52:31.000000000 +0200 > +++ linux-wmi/drivers/platform/x86/gigabyte-wmi.c 2022-06-05 18:53:47.242238345 +0200 > @@ -156,6 +156,7 @@ > DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 GAMING X"), > DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 I AORUS PRO WIFI"), > DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("X570 UD"), > + DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z690M AORUS ELITE AX DDR4"), > { } > }; > >