@@ -45,12 +45,13 @@ static const std::vector<MSI_ZONE> zone_set1 =
4545 MSI_ZONE_JARGB_3,
4646};
4747
48- static const std::string board_names[] =
49- {
50- " MSI MAG X870 TOMAHAWK WIFI (MS-7E51)" ,
51- " MSI MAG B850M MORTAR WIFI (MS-7E61)" ,
52- " MSI MPG B850I EDGE TI WIFI (MS-7E79)" ,
53- " MSI X870 GAMING PLUS WIFI (MS-7E47)"
48+ static const std::string board_names[] =
49+ {
50+ " MSI MAG X870 TOMAHAWK WIFI (MS-7E51)" ,
51+ " MSI MAG B850M MORTAR WIFI (MS-7E61)" ,
52+ " MSI MPG B850I EDGE TI WIFI (MS-7E79)" ,
53+ " MSI X870 GAMING PLUS WIFI (MS-7E47)" ,
54+ " MSI B850M GAMING PLUS WIFI6E (MS-7E81)"
5455};
5556
5657static const mystic_light_761_config board_configs[] =
@@ -59,6 +60,7 @@ static const mystic_light_761_config board_configs[] =
5960 { &(board_names[1 ]), 0 , 0 , 0 , 1 , &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MAG B850M MORTAR WIFI
6061 { &(board_names[2 ]), 0 , 0 , 0 , 1 , &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI MPG B850I EDGE TI WIFI
6162 { &(board_names[3 ]), 0 , 0 , 0 , 1 , &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI X870 GAMING PLUS WIFI
63+ { &(board_names[4 ]), 0 , 0 , 0 , 1 , &zone_set1, MSIMysticLight761Controller::DIRECT_MODE_ZONE_BASED }, // MSI B850M GAMING PLUS WIFI6E
6264};
6365
6466
@@ -272,13 +274,13 @@ MSIMysticLight761Controller::MSIMysticLight761Controller
272274MSIMysticLight761Controller::~MSIMysticLight761Controller ()
273275{
274276 hid_close (dev);
275-
277+
276278 if (data)
277279 {
278280 delete data;
279281 data = nullptr ;
280282 }
281-
283+
282284 for (ZoneConfig& zone : zone_configs)
283285 {
284286 if (zone.zone_data )
0 commit comments