mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 10:48:46 -05:00
Update ViewSonic controller files to new standardized header comment
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| ViewSonicControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for ViewSonic XG270QG |
|
||||
| |
|
||||
| Lanzaa 23 Jan 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "VS_XG270QG_Controller.h"
|
||||
#include "RGBController_XG270QG.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#include "LogManager.h"
|
||||
|
||||
#define VIEWSONIC_VID 0x0416
|
||||
|
||||
Reference in New Issue
Block a user