diff --git a/src/DebugToolDrivers/USB/HID/hidapi.hpp b/src/DebugToolDrivers/USB/HID/hidapi.hpp index 626eee96..0d8bf5b3 100644 --- a/src/DebugToolDrivers/USB/HID/hidapi.hpp +++ b/src/DebugToolDrivers/USB/HID/hidapi.hpp @@ -3,6 +3,11 @@ #include #include +/* + * 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;