Properly fix how how hidapi and libusb dependencies are handled

This commit is contained in:
James Buren 2024-08-05 01:14:17 +00:00 committed by Adam Honse
parent 6140849e28
commit 66109be668
281 changed files with 304 additions and 352 deletions

View file

@ -10,7 +10,7 @@
#include <chrono>
#include <thread>
#include <vector>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "Detector.h"
#include "LogManager.h"
#include "LogitechProtocolCommon.h"

View file

@ -10,7 +10,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
enum

View file

@ -12,7 +12,7 @@
#include "RGBController.h"
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#pragma once

View file

@ -13,7 +13,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#define LOGI_G560_LED_PACKET_SIZE 20

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
enum

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#define LOGITECH_G815_COMMIT_BYTE 0x7F

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
enum

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#define LOGITECH_G915_COMMIT_BYTE 0x7F

View file

@ -13,7 +13,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#define LOGI_G933_LED_PACKET_SIZE 20

View file

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

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
enum

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#include "LogManager.h"
#include "LogitechProtocolCommon.h"

View file

@ -13,7 +13,7 @@
#include <map>
#include <vector>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "LogManager.h"
#define LOGITECH_PROTOCOL_TIMEOUT 300 //Timeout in ms

View file

@ -12,7 +12,7 @@
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "RGBController.h"
#define X56_CONTROLLER_PACKET_SIZE 64