Update Lenovo motherboard controller files to new standardized header comment
This commit is contained in:
parent
4723c64666
commit
e8264ae616
5 changed files with 57 additions and 37 deletions
|
|
@ -1,13 +1,16 @@
|
|||
/*-----------------------------------------*\
|
||||
| LenovoMotherboardController.cpp |
|
||||
| |
|
||||
| Driver for Lenovo motherboards lighting |
|
||||
| controller |
|
||||
| |
|
||||
| Guimard Morgan (morg) 12/26/2022 |
|
||||
\*-----------------------------------------*/
|
||||
#include "LenovoMotherboardController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| LenovoMotherboardController.cpp |
|
||||
| |
|
||||
| Driver for Lenovo motherboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 26 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string.h>
|
||||
#include "LenovoMotherboardController.h"
|
||||
|
||||
LenovoMotherboardController::LenovoMotherboardController(hid_device* dev_handle, const hid_device_info& info)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
/*-----------------------------------------*\
|
||||
| LenovoMotherboardController.cpp |
|
||||
| |
|
||||
| Driver for Lenovo motherboards lighting |
|
||||
| controller - header file |
|
||||
| |
|
||||
| Guimard Morgan (morg) 12/26/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| LenovoMotherboardController.h |
|
||||
| |
|
||||
| Driver for Lenovo motherboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 26 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,14 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| LenovoMotherboardControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Lenovo motherboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 26 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "Detector.h"
|
||||
#include "LenovoMotherboardController.h"
|
||||
#include "RGBController.h"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
/*-----------------------------------------*\
|
||||
| RGBController_LenovoMotherboard.h |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| Lenovo motherboards RGB USB Driver |
|
||||
| |
|
||||
| Guimard Morgan (morg) 12/26/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_LenovoMotherboard.cpp |
|
||||
| |
|
||||
| RGBController for Lenovo motherboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 26 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_LenovoMotherboard.h"
|
||||
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
#include "RGBController_LenovoMotherboard.h"
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name LenovoMotherboard mouse
|
||||
|
|
@ -198,6 +199,6 @@ void RGBController_LenovoMotherboard::UpdateSingleLED(int /*led*/)
|
|||
}
|
||||
|
||||
void RGBController_LenovoMotherboard::DeviceUpdateMode()
|
||||
{
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*-----------------------------------------*\
|
||||
| RGBController_LenovoMotherboard.h |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| Lenovo motherboards RGB USB Driver |
|
||||
| |
|
||||
| Guimard Morgan (morg) 12/26/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_LenovoMotherboard.h |
|
||||
| |
|
||||
| RGBController for Lenovo motherboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 26 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue