mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-24 08:51:07 -04:00
Update Razer controller files to new standardized header comment
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
/*-----------------------------------------*\
|
||||
| RazerController.cpp |
|
||||
| |
|
||||
| Driver for Razer devices |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 1/22/2021 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RazerController.cpp |
|
||||
| |
|
||||
| Driver for Razer devices |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 22 Jan 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string.h>
|
||||
#include "RazerController.h"
|
||||
#include "RazerDevices.h"
|
||||
#include "LogManager.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
RazerController::RazerController(hid_device* dev_handle, hid_device* dev_argb_handle, const char* path, unsigned short pid, std::string dev_name)
|
||||
|
||||
Reference in New Issue
Block a user