mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 19:46:27 -04:00
Update Intel Arc A770 LE controller files to new standardized header comment
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
/*-----------------------------------------*\
|
||||
| IntelArcA770LEController.cpp |
|
||||
| |
|
||||
| Driver for Intel Arc A770 LE RGB lighting|
|
||||
| controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 11/1/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| IntelArcA770LEController.cpp |
|
||||
| |
|
||||
| Driver for Intel Arc A770 LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 01 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "IntelArcA770LEController.h"
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "IntelArcA770LEController.h"
|
||||
|
||||
IntelArcA770LEController::IntelArcA770LEController(hid_device* dev_handle, const char* path)
|
||||
{
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
/*-----------------------------------------*\
|
||||
| IntelArcA770LEController.h |
|
||||
| |
|
||||
| Definitions and types for Intel Arc A770 |
|
||||
| LE lighting controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 11/1/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| IntelArcA770LEController.h |
|
||||
| |
|
||||
| Driver for Intel Arc A770 LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 01 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#include "RGBController.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
class IntelArcA770LEController
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| IntelArcA770LEControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Intel Arc A770 LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 01 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "IntelArcA770LEController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_IntelArcA770LE.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#define INTEL_ARC_A770_LIMITED_EDITION_VID 0x2516
|
||||
#define INTEL_ARC_A770_LIMITED_EDITION_PID 0x01B5
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_IntelArcA770LE.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for Intel Arc A770 |
|
||||
| LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 11/2/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_IntelArcA770LE.cpp |
|
||||
| |
|
||||
| RGBController for Intel Arc A770 LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 01 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_IntelArcA770LE.h"
|
||||
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_IntelArcA770LE.h |
|
||||
| |
|
||||
| Generic RGB Interface for Intel Arc A770 |
|
||||
| LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 11/2/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_IntelArcA770LE.h |
|
||||
| |
|
||||
| RGBController for Intel Arc A770 LE |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 01 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "IntelArcA770LEController.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user