Update Gigabyte Aorus RGB Fusion 2 USB motherboard controller files to new standardized header comment
This commit is contained in:
parent
e27c7e8d64
commit
6a8b5ecfa9
5 changed files with 65 additions and 45 deletions
|
|
@ -1,7 +1,20 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| GigabyteRGBFusion2USBControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Gigabyte Aorus RGB Fusion 2 USB |
|
||||
| motherboard |
|
||||
| |
|
||||
| jackun 08 Jan 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "Detector.h"
|
||||
#include "GigabyteRGBFusion2USBController.h"
|
||||
#include "RGBController_GigabyteRGBFusion2USB.h"
|
||||
#include "dmiinfo.h"
|
||||
|
||||
#define DETECTOR_NAME "Gigabyte RGB Fusion 2 USB"
|
||||
|
||||
#define IT8297_VID 0x048D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue