Skip to content

Commit

Permalink
platform/x86: gigabyte-wmi: add support for B650 AORUS ELITE AX
Browse files Browse the repository at this point in the history
[ Upstream commit 441d901 ]

This has been reported as working.

Suggested-by: got3nks <[email protected]>
Link: t-8ch/linux-gigabyte-wmi-driver#15 (comment)
Signed-off-by: Thomas Weißschuh <[email protected]>
Link: https://lore.kernel.org/r/20230327-gigabyte-wmi-b650-elite-ax-v1-1-d4d645c21d0b@weissschuh.net
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
t-8ch authored and Sasha Levin committed Apr 22, 2023
1 parent 3b32399 commit df5c54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/platform/x86/gigabyte-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = {
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550I AORUS PRO AX"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M AORUS PRO-P"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B550M DS3H"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B650 AORUS ELITE AX"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B660 GAMING X DDR4"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B660I AORUS PRO DDR4"),
DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("Z390 I AORUS PRO WIFI-CF"),
Expand Down

0 comments on commit df5c54c

Please sign in to comment.