Clarified license for HIDAPI header

This commit is contained in:
Nav
2021-04-09 20:48:59 +01:00
parent 0f309e04c7
commit 6d3455f21b

View File

@@ -3,6 +3,11 @@
#include <libusb-1.0/libusb.h>
#include <hidapi/hidapi.h>
/*
* The code below was extracted from the HIDAPI library. Third-party license may apply here.
*
* https://github.com/signal11/hidapi
*/
struct hid_device_ {
// Handle to the actual device.
libusb_device_handle* device_handle;