mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-03 12:12:55 -04:00
Update MSI GPU V2 controller files to new standardized header comment
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
/*-----------------------------------------*\
|
||||
| MSIGPUControllerDetect.cpp |
|
||||
| |
|
||||
| Driver for MSI GPUs |
|
||||
| |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| MSIGPUv2ControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for MSI V2 GPU (ITE9) |
|
||||
| |
|
||||
| Wojciech Lazarski 03 Jan 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "Detector.h"
|
||||
#include "LogManager.h"
|
||||
#include "i2c_smbus.h"
|
||||
|
||||
#include "RGBController_MSIGPUv2.h"
|
||||
#include "MSIGPUv2Controller.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user