Clarified license for HIDAPI header
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
#include <hidapi/hidapi.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_ {
|
struct hid_device_ {
|
||||||
// Handle to the actual device.
|
// Handle to the actual device.
|
||||||
libusb_device_handle* device_handle;
|
libusb_device_handle* device_handle;
|
||||||
|
|||||||
Reference in New Issue
Block a user