Ihor Dutchak

Results 428 comments of Ihor Dutchak

Yes it would be nice if that would be possible. There is no support for it now.

So far I haven't encountered cases when you have to use `hid_send_output_report` specifically, instead of using `hid_write`. Most implementations of `hid_write` would try to use interrupt pipe to send the...

Not sure what do you mean. Right now libusb backend looks for a first interrupt endpoint of a _particular interface_. But it reads from a USB config descriptor. I didn't...

PRs with fixes are welcome.

> Because I have pride in my work. And complete disrespect of other people's time and efforts. --- I really appreciate reporting the problem - clearly our CI needs some...

As of this moment that is not possible. Theoretically it could have been be possible, but it would require 2 things: 1) Refactor `hid_send_feature_report` to switch from `HidD_SetFeature` to using...

I any case I don't see much point keeping this ticket opened for now, unless someone volunteers to design the API and implement the change.

I have to apoligize for not asking this earlier: why do we even need to allow calling register/deregister functions from different threads? HIDAPI was never intended to have a thread-safe...

> If we don't want to ensure the register/deregister call safety, I could move the initialization to the register function. go for it > I don't know how good of...

I've never tried to compile HIDAPI with clang on Windows. PR with fixes are welcome. As for other issues - I have no specific siggestions, need to investigate carefully.