Update MSI Mystic Light common controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-01 00:35:14 -05:00
parent eb5c9d91d3
commit 9c19195625
2 changed files with 22 additions and 14 deletions

View file

@ -1,3 +1,12 @@
/*---------------------------------------------------------*\
| MSIMysticLightControllerDetect.cpp |
| |
| Detector for MSI Mystic Light motherboards |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "Detector.h"
#include "MSIMysticLight64Controller.h"
#include "MSIMysticLight112Controller.h"
@ -10,11 +19,9 @@
#include "dmiinfo.h"
#include "LogManager.h"
#define MSI_USB_VID 0x1462
#define MSI_USB_VID_COMMON 0x0DB0
/*---------------------------------------------------------------------------------*\
| WARNING! |
| |
@ -30,7 +37,7 @@
| |
| Detect MSI Mystic Light devices |
| |
\*-----------------------------------------------------------------------------------------*/
\*----------------------------------------------------------------------------------------*/
void DetectMSIMysticLightControllers
(
hid_device_info* info,