Update MSI GPU V2 controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-31 11:45:11 -05:00
parent ec59cc59b0
commit e924257ddd
5 changed files with 55 additions and 40 deletions

View File

@@ -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"