rvuw/includes/helper.h

8 lines
173 B
C
Raw Normal View History

2024-04-03 13:40:32 +02:00
#pragma once
#define PID_WIRED 0x007A
#define PID_WIRELESS 0x007B
// Enumerate through HID devices and find device path
void find_device_path(int pid, char *device_path);