Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,14 @@ static const gb_fusion2_device z390_aorus_master_cf_device =
"Z390 AORUS MASTER-CF",
};

static const gb_fusion2_device z390_aorus_pro_wifi_cf_device =
{
&mstr_atx_layout,
0xCDE4CFFE,
1,
"Z390 AORUS PRO WIFI-CF",
};

/*-------------------------------------------------------------*\
| MSTR_ATX_3 048D:8297 |
| |
Expand Down Expand Up @@ -3833,6 +3841,7 @@ const gb_fusion2_device* gb_fusion2_device_list_data[] =
&x570_aorus_ultra_device,
&x570i_aorus_pro_wifi_device,
&z390_aorus_master_cf_device,
&z390_aorus_pro_wifi_cf_device,

/*-----------------------------------------------------------------*\
| IT8950 Devices |
Expand Down