Update Thermaltake Riing controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-17 23:13:17 -05:00
parent 7e0c9cf3e3
commit 49b6ba0303
4 changed files with 46 additions and 38 deletions

View file

@ -1,11 +1,13 @@
/*-----------------------------------------*\
| RGBController_ThermaltakeRiing.cpp |
| |
| Generic RGB Interface for Thermaltake |
| Riing controller |
| |
| Adam Honse (CalcProgrammer1) 2/9/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_ThermaltakeRiing.cpp |
| |
| RGBController for Thermaltake Riing |
| |
| Adam Honse (CalcProgrammer1) 09 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "RGBController_ThermaltakeRiing.h"

View file

@ -1,13 +1,16 @@
/*-----------------------------------------*\
| RGBController_ThermaltakeRiing.h |
| |
| Generic RGB Interface for Thermaltake |
| Riing controller |
| |
| Adam Honse (CalcProgrammer1) 2/9/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_ThermaltakeRiing.h |
| |
| RGBController for Thermaltake Riing |
| |
| Adam Honse (CalcProgrammer1) 09 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once
#include "RGBController.h"
#include "ThermaltakeRiingController.h"

View file

@ -1,15 +1,16 @@
/*-----------------------------------------*\
| ThermaltakeRiingController.cpp |
| |
| Definitions and types for Thermaltake |
| Riing Plus lighting controller |
| |
| Adam Honse (CalcProgrammer1) 2/7/2020 |
\*-----------------------------------------*/
#include "ThermaltakeRiingController.h"
/*---------------------------------------------------------*\
| ThermaltakeRiingController.cpp |
| |
| Driver for Thermaltake Riing |
| |
| Adam Honse (CalcProgrammer1) 07 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "ThermaltakeRiingController.h"
ThermaltakeRiingController::ThermaltakeRiingController(hid_device* dev_handle, const char* path)
{

View file

@ -1,18 +1,20 @@
/*-----------------------------------------*\
| ThermaltakeRiingController.h |
| |
| Definitions and types for Thermaltake |
| Riing Plus lighting controller |
| |
| Adam Honse (CalcProgrammer1) 2/7/2020 |
\*-----------------------------------------*/
#include "RGBController.h"
#include <vector>
#include <hidapi/hidapi.h>
/*---------------------------------------------------------*\
| ThermaltakeRiingController.h |
| |
| Driver for Thermaltake Riing |
| |
| Adam Honse (CalcProgrammer1) 07 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once
#include <vector>
#include <hidapi/hidapi.h>
#include "RGBController.h"
enum
{
THERMALTAKE_PORT_1 = 0x01,