Ihor Dutchak
Ihor Dutchak
I think it would generally make sense to store these 3 values in the device structure. On Windows we would have to use the values `InputReportByteLength`, `OutputReportByteLength` and `FeatureReportByteLength` from...
- hid_error is set correctly for most of the API functions (except hid_enumerate/hid_open/etc.); - refactored iconv routines - common code for utf16 and utf8 to wchar_t implementation; - `hid_libusb_error` to...
[HIDAPI](https://github.com/libusb/hidapi/blob/f18d2c0768bed300d13758dd9f52b57163c0498f/src/CMakeLists.txt#L191) should be a good example how to do so right. Related to: #34 In scope of this task: - add CI/tests for exported targets - add libusb::include target for...
Related to #34 Need to use same template as autotools uses.
Properly use mig generator for Universal builds, e.g. when CMAKE_OSX_ARCHITECTURES=x86_64;arm64