Removed unused includes

This commit is contained in:
Dmitry Kychanov 2024-10-11 16:40:08 +04:00 committed by Adam Honse
parent b3b9ebb3b7
commit 300abac9a8
148 changed files with 20 additions and 331 deletions

View file

@ -15,7 +15,6 @@
\*-----------------------------------------------------*/ \*-----------------------------------------------------*/
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| A4 Tech specific includes | | A4 Tech specific includes |

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "AMDWraithPrismController.h" #include "AMDWraithPrismController.h"
#include "RGBController.h"
#include "RGBController_AMDWraithPrism.h" #include "RGBController_AMDWraithPrism.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "AOCKeyboardController.h" #include "AOCKeyboardController.h"
#include "RGBController.h"
#include "RGBController_AOCKeyboard.h" #include "RGBController_AOCKeyboard.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "AOCMouseController.h" #include "AOCMouseController.h"
#include "RGBController.h"
#include "RGBController_AOCMouse.h" #include "RGBController_AOCMouse.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "AOCMousematController.h" #include "AOCMousematController.h"
#include "RGBController.h"
#include "RGBController_AOCMousemat.h" #include "RGBController_AOCMousemat.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -11,7 +11,6 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>
#include <stdio.h>
#include "RGBController.h" #include "RGBController.h"
#include "ResourceManager.h" #include "ResourceManager.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -10,16 +10,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "ASRockPolychromeUSBController.h" #include "ASRockPolychromeUSBController.h"
#include "RGBController.h"
#include "RGBController_ASRockPolychromeUSB.h" #include "RGBController_ASRockPolychromeUSB.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\
| ASRock vendor ID | | ASRock vendor ID |

View file

@ -10,15 +10,12 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "ASRockASRRGBSMBusController.h" #include "ASRockASRRGBSMBusController.h"
#include "ASRockPolychromeV1SMBusController.h" #include "ASRockPolychromeV1SMBusController.h"
#include "ASRockPolychromeV2SMBusController.h" #include "ASRockPolychromeV2SMBusController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_ASRockASRRGBSMBus.h" #include "RGBController_ASRockASRRGBSMBus.h"
#include "RGBController_ASRockPolychromeV1SMBus.h" #include "RGBController_ASRockPolychromeV1SMBus.h"
#include "RGBController_ASRockPolychromeV2SMBus.h" #include "RGBController_ASRockPolychromeV2SMBus.h"

View file

@ -9,7 +9,6 @@
#include "Detector.h" #include "Detector.h"
#include "AlienwareController.h" #include "AlienwareController.h"
#include "RGBController.h"
#include "RGBController_Alienware.h" #include "RGBController_Alienware.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "AlienwareAW510KController.h" #include "AlienwareAW510KController.h"
#include "AlienwareAW410KController.h" #include "AlienwareAW410KController.h"
#include "RGBController.h"
#include "RGBController_AlienwareAW510K.h" #include "RGBController_AlienwareAW510K.h"
#include "RGBController_AlienwareAW410K.h" #include "RGBController_AlienwareAW410K.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "AnnePro2Controller.h" #include "AnnePro2Controller.h"
#include "RGBController.h"
#include "RGBController_AnnePro2.h" #include "RGBController_AnnePro2.h"
#include <hidapi.h> #include <hidapi.h>

View file

@ -9,12 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "ArcticController.h" #include "ArcticController.h"
#include "RGBController.h"
#include "RGBController_Arctic.h" #include "RGBController_Arctic.h"
#include "find_usb_serial_port.h" #include "find_usb_serial_port.h"

View file

@ -9,13 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "AsusAuraGPUController.h" #include "AsusAuraGPUController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_AsusAuraGPU.h" #include "RGBController_AsusAuraGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -22,7 +22,6 @@
#include "AsusAuraMousematController.h" #include "AsusAuraMousematController.h"
#include "AsusAuraMonitorController.h" #include "AsusAuraMonitorController.h"
#include "AsusAuraRyuoAIOController.h" #include "AsusAuraRyuoAIOController.h"
#include "RGBController.h"
#include "RGBController_AsusAuraUSB.h" #include "RGBController_AsusAuraUSB.h"
#include "RGBController_AsusAuraHeadsetStand.h" #include "RGBController_AsusAuraHeadsetStand.h"
#include "RGBController_AsusAuraKeyboard.h" #include "RGBController_AsusAuraKeyboard.h"

View file

@ -7,13 +7,11 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdexcept>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "AsusCerberusKeyboardController.h" #include "AsusCerberusKeyboardController.h"
#include "AsusSagarisKeyboardController.h" #include "AsusSagarisKeyboardController.h"
#include "AsusStrixClawController.h" #include "AsusStrixClawController.h"
#include "RGBController.h"
#include "RGBController_AsusCerberusKeyboard.h" #include "RGBController_AsusCerberusKeyboard.h"
#include "RGBController_AsusSagarisKeyboard.h" #include "RGBController_AsusSagarisKeyboard.h"
#include "RGBController_AsusStrixClaw.h" #include "RGBController_AsusStrixClaw.h"

View file

@ -9,12 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "BlinkyTapeController.h" #include "BlinkyTapeController.h"
#include "RGBController.h"
#include "RGBController_BlinkyTape.h" #include "RGBController_BlinkyTape.h"
#include "find_usb_serial_port.h" #include "find_usb_serial_port.h"

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "CherryKeyboardController.h" #include "CherryKeyboardController.h"
#include "RGBController.h"
#include "RGBController_CherryKeyboard.h" #include "RGBController_CherryKeyboard.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -7,13 +7,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h" #include "LogManager.h"
#include "ColorfulGPUController.h" #include "ColorfulGPUController.h"
#include "RGBController.h"
#include "RGBController_ColorfulGPU.h" #include "RGBController_ColorfulGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -7,12 +7,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "ColorfulTuringGPUController.h" #include "ColorfulTuringGPUController.h"
#include "RGBController.h"
#include "RGBController_ColorfulTuringGPU.h" #include "RGBController_ColorfulTuringGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -13,7 +13,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| Coolermaster specific includes | | Coolermaster specific includes |

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "CorsairCommanderCoreController.h" #include "CorsairCommanderCoreController.h"
#include "RGBController.h"
#include "RGBController_CorsairCommanderCore.h" #include "RGBController_CorsairCommanderCore.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -9,12 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "CorsairDominatorPlatinumController.h" #include "CorsairDominatorPlatinumController.h"
#include "RGBController.h"
#include "RGBController_CorsairDominatorPlatinum.h" #include "RGBController_CorsairDominatorPlatinum.h"
#include "SettingsManager.h" #include "SettingsManager.h"
#include "LogManager.h" #include "LogManager.h"

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <libusb.h> #include <libusb.h>
#include "Detector.h" #include "Detector.h"
#include "CorsairHydro2Controller.h" #include "CorsairHydro2Controller.h"
#include "RGBController.h"
#include "RGBController_CorsairHydro2.h" #include "RGBController_CorsairHydro2.h"
#define CORSAIR_VID 0x1B1C #define CORSAIR_VID 0x1B1C

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <libusb.h> #include <libusb.h>
#include "Detector.h" #include "Detector.h"
#include "CorsairHydroController.h" #include "CorsairHydroController.h"
#include "RGBController.h"
#include "RGBController_CorsairHydro.h" #include "RGBController_CorsairHydro.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "CorsairHydroPlatinumController.h" #include "CorsairHydroPlatinumController.h"
#include "RGBController.h"
#include "RGBController_CorsairHydroPlatinum.h" #include "RGBController_CorsairHydroPlatinum.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "CorsairLightingNodeController.h" #include "CorsairLightingNodeController.h"
#include "RGBController.h"
#include "RGBController_CorsairLightingNode.h" #include "RGBController_CorsairLightingNode.h"
#define CORSAIR_VID 0x1B1C #define CORSAIR_VID 0x1B1C

View file

@ -12,8 +12,6 @@
\*-----------------------------------------------------*/ \*-----------------------------------------------------*/
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h"
#include "RGBController.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| Corsair Peripheral specific includes | | Corsair Peripheral specific includes |

View file

@ -9,12 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "CorsairVengeanceController.h" #include "CorsairVengeanceController.h"
#include "RGBController.h"
#include "RGBController_CorsairVengeance.h" #include "RGBController_CorsairVengeance.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,12 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "CorsairVengeanceProController.h" #include "CorsairVengeanceProController.h"
#include "RGBController.h"
#include "RGBController_CorsairVengeancePro.h" #include "RGBController_CorsairVengeancePro.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -8,7 +8,6 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_CougarKeyboard.h" #include "RGBController_CougarKeyboard.h"
#include "RGBController_CougarRevengerST.h" #include "RGBController_CougarRevengerST.h"

View file

@ -9,7 +9,6 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring>
#include "RGBController.h" #include "RGBController.h"
#include "CrucialController.h" #include "CrucialController.h"

View file

@ -10,12 +10,10 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "CrucialController.h" #include "CrucialController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_Crucial.h" #include "RGBController_Crucial.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "CryorigH7QuadLumiController.h" #include "CryorigH7QuadLumiController.h"
#include "RGBController.h"
#include "RGBController_CryorigH7QuadLumi.h" #include "RGBController_CryorigH7QuadLumi.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -8,15 +8,9 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fcntl.h> #include <fcntl.h>
#include <fstream>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string> #include <string>
#include <string.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_DMX.h" #include "RGBController_DMX.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -9,11 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "DRGBController.h" #include "DRGBController.h"
#include "RGBController.h"
#include "RGBController_DRGB.h" #include "RGBController_DRGB.h"
void DetectDRGBControllers(hid_device_info* info, const std::string& name) void DetectDRGBControllers(hid_device_info* info, const std::string& name)

View file

@ -10,7 +10,6 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_DarkProjectKeyboard.h" #include "RGBController_DarkProjectKeyboard.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "DasKeyboardController.h" #include "DasKeyboardController.h"
#include "RGBController.h"
#include "RGBController_DasKeyboard.h" #include "RGBController_DasKeyboard.h"
#include <hidapi.h> #include <hidapi.h>

View file

@ -8,8 +8,6 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fcntl.h> #include <fcntl.h>
#include <fstream>
#include <iostream>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string> #include <string>
@ -19,7 +17,7 @@
#include "RGBController.h" #include "RGBController.h"
#include "RGBController_Debug.h" #include "RGBController_Debug.h"
#include "RGBController_Dummy.h" #include "RGBController_Dummy.h"
#include "RGBControllerKeyNames.h" #include "RGBControllerKeyNames.h" // Unused?
#include "KeyboardLayoutManager.h" #include "KeyboardLayoutManager.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "DuckyKeyboardController.h" #include "DuckyKeyboardController.h"
#include "RGBController.h"
#include "RGBController_DuckyKeyboard.h" #include "RGBController_DuckyKeyboard.h"
#include <hidapi.h> #include <hidapi.h>

View file

@ -11,11 +11,9 @@
#include "Detector.h" #include "Detector.h"
#include "DygmaRaiseController.h" #include "DygmaRaiseController.h"
#include "RGBController.h"
#include "RGBController_DygmaRaise.h" #include "RGBController_DygmaRaise.h"
#include "find_usb_serial_port.h" #include "find_usb_serial_port.h"
#include <vector> #include <vector>
#include <stdio.h>
#define DYGMA_RAISE_VID 0x1209 #define DYGMA_RAISE_VID 0x1209
#define DYGMA_RAISE_PID 0x2201 #define DYGMA_RAISE_PID 0x2201

View file

@ -8,12 +8,7 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fcntl.h> #include <fcntl.h>
#include <fstream>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string> #include <string>
#include <string.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h" #include "RGBController.h"

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "EKController.h" #include "EKController.h"
#include "RGBController.h"
#include "RGBController_EKController.h" #include "RGBController_EKController.h"
#define EK_VID 0x0483 #define EK_VID 0x0483

View file

@ -7,8 +7,6 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "ENESMBusController.h" #include "ENESMBusController.h"

View file

@ -7,12 +7,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "ENESMBusController.h" #include "ENESMBusController.h"
#include "ENESMBusInterface_ROGArion.h" #include "ENESMBusInterface_ROGArion.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_ENESMBus.h" #include "RGBController_ENESMBus.h"
#include "scsiapi.h" #include "scsiapi.h"

View file

@ -11,11 +11,9 @@
#include <fileapi.h> #include <fileapi.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "ENESMBusController.h" #include "ENESMBusController.h"
#include "ENESMBusInterface_SpectrixS40G_Windows.h" #include "ENESMBusInterface_SpectrixS40G_Windows.h"
#include "LogManager.h"
#include "RGBController.h" #include "RGBController.h"
#include "RGBController_ENESMBus.h" #include "RGBController_ENESMBus.h"

View file

@ -9,13 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "EVGAGPUv3Controller.h" #include "EVGAGPUv3Controller.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_EVGAGPUv3.h" #include "RGBController_EVGAGPUv3.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,13 +9,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "EVGAGP102Controller.h" #include "EVGAGP102Controller.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_EVGAGP102.h" #include "RGBController_EVGAGP102.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,13 +9,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "EVGAGPUv1Controller.h" #include "EVGAGPUv1Controller.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_EVGAGPUv1.h" #include "RGBController_EVGAGPUv1.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,13 +9,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "EVGAACX30SMBusController.h" #include "EVGAACX30SMBusController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_EVGAACX30SMBus.h" #include "RGBController_EVGAACX30SMBus.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,12 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "EVGAGPUv2Controller.h" #include "EVGAGPUv2Controller.h"
#include "RGBController.h"
#include "RGBController_EVGAGPUv2.h" #include "RGBController_EVGAGPUv2.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,8 +9,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_EVGAKeyboard.h" #include "RGBController_EVGAKeyboard.h"
#include "RGBController_EVGAMouse.h" #include "RGBController_EVGAMouse.h"

View file

@ -7,12 +7,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "EVisionKeyboardController.h" #include "EVisionKeyboardController.h"
#include "EVisionV2KeyboardController.h" #include "EVisionV2KeyboardController.h"
#include "RGBController.h"
#include "RGBController_EVisionKeyboard.h" #include "RGBController_EVisionKeyboard.h"
#include "RGBController_EVisionV2Keyboard.h" #include "RGBController_EVisionV2Keyboard.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -7,12 +7,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "ElgatoKeyLightController.h" #include "ElgatoKeyLightController.h"
#include "RGBController.h"
#include "RGBController_ElgatoKeyLight.h" #include "RGBController_ElgatoKeyLight.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "EpomakerController.h" #include "EpomakerController.h"
#include "RGBController.h"
#include "RGBController_EpomakerController.h" #include "RGBController_EpomakerController.h"
#define EPOMAKER_VID 0x3151 #define EPOMAKER_VID 0x3151

View file

@ -9,12 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "EspurnaController.h" #include "EspurnaController.h"
#include "RGBController.h"
#include "RGBController_Espurna.h" #include "RGBController_Espurna.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "GaiZhongGaiController.h" #include "GaiZhongGaiController.h"
#include "RGBController.h"
#include "RGBController_GaiZhongGai.h" #include "RGBController_GaiZhongGai.h"
/******************************************************************************************\ /******************************************************************************************\

View file

@ -10,14 +10,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "GainwardGPUv1Controller.h" #include "GainwardGPUv1Controller.h"
#include "GainwardGPUv2Controller.h" #include "GainwardGPUv2Controller.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GainwardGPUv1.h" #include "RGBController_GainwardGPUv1.h"
#include "RGBController_GainwardGPUv2.h" #include "RGBController_GainwardGPUv2.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"

View file

@ -9,13 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "GalaxGPUController.h" #include "GalaxGPUController.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GalaxGPU.h" #include "RGBController_GalaxGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,7 +9,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "ATC800Controller.h" #include "ATC800Controller.h"
#include "RGBController_AorusATC800.h" #include "RGBController_AorusATC800.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "GigabyteAorusLaptopController.h" #include "GigabyteAorusLaptopController.h"
#include "RGBController.h"
#include "RGBController_GigabyteAorusLaptop.h" #include "RGBController_GigabyteAorusLaptop.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -10,7 +10,6 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "hidapi.h" #include "hidapi.h"
#include "GigabyteAorusMouseController.h" #include "GigabyteAorusMouseController.h"
#include "RGBController_GigabyteAorusMouse.h" #include "RGBController_GigabyteAorusMouse.h"

View file

@ -11,7 +11,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "GigabyteAorusPCCaseController.h" #include "GigabyteAorusPCCaseController.h"
#include "RGBController_GigabyteAorusPCCase.h" #include "RGBController_GigabyteAorusPCCase.h"

View file

@ -9,14 +9,11 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h" #include "LogManager.h"
#include "GigabyteRGBFusion2DRAMController.h" #include "GigabyteRGBFusion2DRAMController.h"
#include "RGBController.h"
#include "RGBController_GigabyteRGBFusion2DRAM.h" #include "RGBController_GigabyteRGBFusion2DRAM.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -8,12 +8,9 @@
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "GigabyteRGBFusion2GPUController.h" #include "GigabyteRGBFusion2GPUController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GigabyteRGBFusion2GPU.h" #include "RGBController_GigabyteRGBFusion2GPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -10,14 +10,11 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "GigabyteRGBFusion2SMBusController.h" #include "GigabyteRGBFusion2SMBusController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GigabyteRGBFusion2SMBus.h" #include "RGBController_GigabyteRGBFusion2SMBus.h"
#include "SettingsManager.h" #include "SettingsManager.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"

View file

@ -10,13 +10,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "GigabyteRGBFusionController.h" #include "GigabyteRGBFusionController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GigabyteRGBFusion.h" #include "RGBController_GigabyteRGBFusion.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,13 +9,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "GigabyteRGBFusionGPUController.h" #include "GigabyteRGBFusionGPUController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_GigabyteRGBFusionGPU.h" #include "RGBController_GigabyteRGBFusionGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,13 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "GigabyteSuperIORGBController.h" #include "GigabyteSuperIORGBController.h"
#include "RGBController.h"
#include "RGBController_GigabyteSuperIORGB.h" #include "RGBController_GigabyteSuperIORGB.h"
#include "super_io.h" #include "super_io.h"
#include "dmiinfo.h" #include "dmiinfo.h"

View file

@ -10,7 +10,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "HPOmen30LController.h" #include "HPOmen30LController.h"
#include "RGBController.h"
#include "RGBController_HPOmen30L.h" #include "RGBController_HPOmen30L.h"
#define HP_OMEN_30L_VID 0x103C #define HP_OMEN_30L_VID 0x103C

View file

@ -10,10 +10,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <libusb.h> #include <libusb.h>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_HYTEMousemat.h" #include "RGBController_HYTEMousemat.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -12,7 +12,6 @@
#pragma once #pragma once
#include <vector>
#include <libusb.h> #include <libusb.h>
#include "RGBController.h" #include "RGBController.h"

View file

@ -10,10 +10,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <libusb.h> #include <libusb.h>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_HYTEMousemat.h" #include "RGBController_HYTEMousemat.h"
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

View file

@ -13,7 +13,6 @@
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "HYTEMousematController_Windows.h" #include "HYTEMousematController_Windows.h"
#include "RGBController.h"
#include "RGBController_HYTEMousemat.h" #include "RGBController_HYTEMousemat.h"
#include "find_usb_serial_port.h" #include "find_usb_serial_port.h"

View file

@ -13,7 +13,6 @@
#include <string> #include <string>
#include <hidapi.h> #include <hidapi.h>
#include "RGBController.h"
enum enum
{ {

View file

@ -7,11 +7,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "HoltekA070Controller.h" #include "HoltekA070Controller.h"
#include "RGBController.h"
#include "RGBController_HoltekA070.h" #include "RGBController_HoltekA070.h"
#include "HoltekA1FAController.h" #include "HoltekA1FAController.h"
#include "RGBController_HoltekA1FA.h" #include "RGBController_HoltekA1FA.h"

View file

@ -9,13 +9,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "HyperXDRAMController.h" #include "HyperXDRAMController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_HyperXDRAM.h" #include "RGBController_HyperXDRAM.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -15,7 +15,6 @@
#include "HyperXAlloyOriginsController.h" #include "HyperXAlloyOriginsController.h"
#include "HyperXAlloyOriginsCoreController.h" #include "HyperXAlloyOriginsCoreController.h"
#include "HyperXAlloyOrigins60and65Controller.h" #include "HyperXAlloyOrigins60and65Controller.h"
#include "RGBController.h"
#include "RGBController_HyperXAlloyElite.h" #include "RGBController_HyperXAlloyElite.h"
#include "RGBController_HyperXAlloyElite2.h" #include "RGBController_HyperXAlloyElite2.h"
#include "RGBController_HyperXAlloyFPS.h" #include "RGBController_HyperXAlloyFPS.h"

View file

@ -9,11 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include "LogManager.h"
#include "Detector.h" #include "Detector.h"
#include "HyperXMicrophoneController.h" #include "HyperXMicrophoneController.h"
#include "RGBController.h"
#include "RGBController_HyperXMicrophone.h" #include "RGBController_HyperXMicrophone.h"
#include "hidapi_wrapper.h" #include "hidapi_wrapper.h"

View file

@ -13,7 +13,6 @@
#include "HyperXPulsefireSurgeController.h" #include "HyperXPulsefireSurgeController.h"
#include "HyperXPulsefireDartController.h" #include "HyperXPulsefireDartController.h"
#include "HyperXPulsefireRaidController.h" #include "HyperXPulsefireRaidController.h"
#include "RGBController.h"
#include "RGBController_HyperXPulsefireFPSPro.h" #include "RGBController_HyperXPulsefireFPSPro.h"
#include "RGBController_HyperXPulsefireHaste.h" #include "RGBController_HyperXPulsefireHaste.h"
#include "RGBController_HyperXPulsefireSurge.h" #include "RGBController_HyperXPulsefireSurge.h"

View file

@ -9,10 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "HyperXMousematController.h" #include "HyperXMousematController.h"
#include "RGBController.h"
#include "RGBController_HyperXMousemat.h" #include "RGBController_HyperXMousemat.h"
#include "hidapi_wrapper.h" #include "hidapi_wrapper.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "InstantMouseController.h" #include "InstantMouseController.h"
#include "RGBController.h"
#include "RGBController_InstantMouse.h" #include "RGBController_InstantMouse.h"
#include "InstantMouseDevices.h" #include "InstantMouseDevices.h"

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "IntelArcA770LEController.h" #include "IntelArcA770LEController.h"
#include "RGBController.h"
#include "RGBController_IntelArcA770LE.h" #include "RGBController_IntelArcA770LE.h"
#define INTEL_ARC_A770_LIMITED_EDITION_VID 0x2516 #define INTEL_ARC_A770_LIMITED_EDITION_VID 0x2516

View file

@ -13,10 +13,7 @@
#include <cstring> #include <cstring>
#include <string> #include <string>
#include <stdio.h>
#include "RGBController.h" #include "RGBController.h"
#include "ResourceManager.h"
#include "SettingsManager.h"
#include "JGINYUEInternalUSBController.h" #include "JGINYUEInternalUSBController.h"
#include "dmiinfo.h" #include "dmiinfo.h"

View file

@ -11,13 +11,9 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "RGBController_JGINYUEInternalUSB.h" #include "RGBController_JGINYUEInternalUSB.h"
#include "JGINYUEInternalUSBController.h" #include "JGINYUEInternalUSBController.h"
#include "RGBController.h"
#include "Detector.h" #include "Detector.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -9,14 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <algorithm>
#include <cctype>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "KasaSmartController.h" #include "KasaSmartController.h"
#include "RGBController.h"
#include "RGBController_KasaSmart.h" #include "RGBController_KasaSmart.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "KeychronKeyboardController.h" #include "KeychronKeyboardController.h"
#include "RGBController.h"
#include "RGBController_KeychronKeyboard.h" #include "RGBController_KeychronKeyboard.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -10,14 +10,10 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <bitset>
#include <stdio.h>
#include <stdlib.h>
#include <vector> #include <vector>
#include "Detector.h" #include "Detector.h"
#include "KingstonFuryDRAMController.h" #include "KingstonFuryDRAMController.h"
#include "LogManager.h" #include "LogManager.h"
#include "RGBController.h"
#include "RGBController_KingstonFuryDRAM.h" #include "RGBController_KingstonFuryDRAM.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

View file

@ -9,12 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "LEDStripController.h" #include "LEDStripController.h"
#include "RGBController.h"
#include "RGBController_LEDStrip.h" #include "RGBController_LEDStrip.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "LGMonitorController.h" #include "LGMonitorController.h"
#include "RGBController.h"
#include "RGBController_LGMonitor.h" #include "RGBController_LGMonitor.h"
#include "dmiinfo.h" #include "dmiinfo.h"

View file

@ -9,12 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "LIFXController.h" #include "LIFXController.h"
#include "RGBController.h"
#include "RGBController_LIFX.h" #include "RGBController_LIFX.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "LegoDimensionsToypadBaseController.h" #include "LegoDimensionsToypadBaseController.h"
#include "RGBController.h"
#include "RGBController_LegoDimensionsToypadBase.h" #include "RGBController_LegoDimensionsToypadBase.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -9,8 +9,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h"
#include "RGBController.h"
#include "Lenovo4ZoneUSBController.h" #include "Lenovo4ZoneUSBController.h"
#include "LenovoDevices4Zone.h" #include "LenovoDevices4Zone.h"
#include "RGBController_Lenovo4ZoneUSB.h" #include "RGBController_Lenovo4ZoneUSB.h"

View file

@ -11,8 +11,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h"
#include "RGBController.h"
#include "LenovoDevices.h" #include "LenovoDevices.h"
#include "RGBController_LenovoUSB.h" #include "RGBController_LenovoUSB.h"
#include "RGBController_Lenovo_Gen7_8.h" #include "RGBController_Lenovo_Gen7_8.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "LenovoMotherboardController.h" #include "LenovoMotherboardController.h"
#include "RGBController.h"
#include "RGBController_LenovoMotherboard.h" #include "RGBController_LenovoMotherboard.h"
#include "dmiinfo.h" #include "dmiinfo.h"

View file

@ -11,7 +11,6 @@
#include "Detector.h" #include "Detector.h"
#include "LexipMouseController.h" #include "LexipMouseController.h"
#include "RGBController.h"
#include "RGBController_LexipMouse.h" #include "RGBController_LexipMouse.h"
/*---------------------------------------------------------*\ /*---------------------------------------------------------*\

View file

@ -11,9 +11,6 @@
#pragma once #pragma once
#include <cstdint>
#include <vector>
#include "LianLiGAIITrinityController.h" #include "LianLiGAIITrinityController.h"
#include "RGBController.h" #include "RGBController.h"

View file

@ -9,12 +9,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <string> #include <string>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "RGBController.h"
#include "RGBController_LinuxLED_Linux.h" #include "RGBController_LinuxLED_Linux.h"
#include "SettingsManager.h" #include "SettingsManager.h"

View file

@ -7,9 +7,7 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <chrono>
#include <thread> #include <thread>
#include <vector>
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "LogManager.h" #include "LogManager.h"
@ -26,7 +24,6 @@
#include "LogitechGLightsyncController.h" #include "LogitechGLightsyncController.h"
#include "LogitechLightspeedController.h" #include "LogitechLightspeedController.h"
#include "LogitechX56Controller.h" #include "LogitechX56Controller.h"
#include "RGBController.h"
#include "RGBController_LogitechG203L.h" #include "RGBController_LogitechG203L.h"
#include "RGBController_LogitechG213.h" #include "RGBController_LogitechG213.h"
#include "RGBController_LogitechG560.h" #include "RGBController_LogitechG560.h"
@ -39,7 +36,7 @@
#include "RGBController_LogitechGLightsync.h" #include "RGBController_LogitechGLightsync.h"
#include "RGBController_LogitechGLightsync1zone.h" #include "RGBController_LogitechGLightsync1zone.h"
#include "RGBController_LogitechLightspeed.h" #include "RGBController_LogitechLightspeed.h"
#include "RGBController_LogitechGPowerPlay.h" #include "RGBController_LogitechGPowerPlay.h" // Linux-only
#include "RGBController_LogitechX56.h" #include "RGBController_LogitechX56.h"
using namespace std::chrono_literals; using namespace std::chrono_literals;

View file

@ -12,7 +12,6 @@
#include <hidapi.h> #include <hidapi.h>
#include "Detector.h" #include "Detector.h"
#include "MSI3ZoneController.h" #include "MSI3ZoneController.h"
#include "RGBController.h"
#include "RGBController_MSI3Zone.h" #include "RGBController_MSI3Zone.h"
#define MSI_3_ZONE_KEYBOARD_VID 0x1770 #define MSI_3_ZONE_KEYBOARD_VID 0x1770

View file

@ -7,13 +7,8 @@
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h" #include "Detector.h"
#include "MSIGPUController.h" #include "MSIGPUController.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_MSIGPU.h" #include "RGBController_MSIGPU.h"
#include "i2c_smbus.h" #include "i2c_smbus.h"
#include "pci_ids.h" #include "pci_ids.h"

Some files were not shown because too many files have changed in this diff Show more