|
|
|
|
@ -1,14 +1,16 @@
|
|
|
|
|
/*-----------------------------------------*\
|
|
|
|
|
| ASRockPolychromeV1SMBusController.cpp |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for for ASRock ASR LED and |
|
|
|
|
|
| Polychrome RGB lighting controller |
|
|
|
|
|
| |
|
|
|
|
|
| Adam Honse (CalcProgrammer1) 12/14/2019 |
|
|
|
|
|
\*-----------------------------------------*/
|
|
|
|
|
/*---------------------------------------------------------*\
|
|
|
|
|
| ASRockPolychromeV1SMBusController.cpp |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for SMBus ASRock Polychrome V1 motherboards |
|
|
|
|
|
| |
|
|
|
|
|
| Adam Honse (CalcProgrammer1) 14 Dec 2019 |
|
|
|
|
|
| |
|
|
|
|
|
| This file is part of the OpenRGB project |
|
|
|
|
|
| SPDX-License-Identifier: GPL-2.0-only |
|
|
|
|
|
\*---------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#include "ASRockPolychromeV1SMBusController.h"
|
|
|
|
|
#include <cstring>
|
|
|
|
|
#include "ASRockPolychromeV1SMBusController.h"
|
|
|
|
|
#include "dmiinfo.h"
|
|
|
|
|
#include "LogManager.h"
|
|
|
|
|
|
|
|
|
|
|