mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 12:06:37 -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user