diff mbox series

platform/x86: gigabyte-wmi: add Z690M AORUS ELITE AX DDR4 support

Message ID bd83567e-ebf5-0b31-074b-5f6dc7f7c147@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series platform/x86: gigabyte-wmi: add Z690M AORUS ELITE AX DDR4 support | expand

Commit Message

Piotr Chmura June 6, 2022, 5:15 p.m. UTC
Add dmi_system_id of Gigabyte Z690M AORUS ELITE AX DDR4 board. Tested on my PC.

Signed-off-by: Piotr Chmura <chmooreck@gmail.com>

---

Comments

Hans de Goede June 10, 2022, 7:41 p.m. UTC | #1
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@gmail.com>

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"),
>  	{ }
>  };
>  
>
diff mbox series

Patch

--- 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"),
 	{ }
 };