mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-08 06:34:14 -04:00
Update PNY Lovelace GPU controller files to new standardized header comment
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| PNYLovelaceGPUController.cpp |
|
||||
| |
|
||||
| Driver for PNY GPU RGB (Lovelace) |
|
||||
| lighting controller |
|
||||
| |
|
||||
| yufan 10/1/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| PNYLovelaceGPUController.cpp |
|
||||
| |
|
||||
| Driver for PNY Lovelace GPU |
|
||||
| |
|
||||
| yufan 01 Oct 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "PNYLovelaceGPUController.h"
|
||||
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
/*-----------------------------------------*\
|
||||
| PNYLovelaceGPUController.h |
|
||||
| |
|
||||
| Definitions and types for PNY GPU RGB |
|
||||
| (Lovelace) lighting controller |
|
||||
| |
|
||||
| yufan 10/1/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| PNYLovelaceGPUController.h |
|
||||
| |
|
||||
| Driver for PNY Lovelace GPU |
|
||||
| |
|
||||
| yufan 01 Oct 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2c_smbus.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef unsigned char pny_dev_id;
|
||||
|
||||
enum
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| PNYLovelaceGPUControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for PNY Lovelace GPU |
|
||||
| |
|
||||
| yufan 01 Oct 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include "Detector.h"
|
||||
#include "LogManager.h"
|
||||
#include "PNYLovelaceGPUController.h"
|
||||
@@ -5,9 +19,6 @@
|
||||
#include "RGBController_PNYLovelaceGPU.h"
|
||||
#include "i2c_smbus.h"
|
||||
#include "pci_ids.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*-----------------------------------------------------------------------------------------*\
|
||||
| DetectPNYLovelaceGPUControllers |
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_PNYLovelaceGPU.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB PNY |
|
||||
| GPU (Lovelace) Driver |
|
||||
| |
|
||||
| yufan 10/1/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_PNYLovelaceGPU.cpp |
|
||||
| |
|
||||
| RGBController for PNY Lovelace GPU |
|
||||
| |
|
||||
| yufan 01 Oct 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_PNYLovelaceGPU.h"
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_PNYLovelaceGPU.h |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| PNY GPU RGB (Lovelace) Driver |
|
||||
| |
|
||||
| yufan 10/1/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_PNYLovelaceGPU.h |
|
||||
| |
|
||||
| RGBController for PNY Lovelace GPU |
|
||||
| |
|
||||
| yufan 01 Oct 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
Reference in New Issue
Block a user