Matt Silva

Results 6 comments of Matt Silva

I see that you have approved this, but the one of the CI checks seems to be still waiting for completion. Is there anything I can do to fix this?

Ah, ok. So when does this eventually get merged in?

I've previously just been using hidapi from my OS's package manager. Built it now, linked it an ran it, but it doesn't output anything to stderr like the `LOG` macro...

Yep. `ldd` says I am linked against it and just to make sure I put a test `printf("hello world")` in `hidapi_initialize_device` and it displayed. I ran it through gdb as...

Yes, that is exactly what happens. We suspect the manufacturer made a mistake because the device/interface identifies itself as HID in the configuration descriptor and responds as intented to `hid_send_feature_report`...

Sorry, there was a mistake on my part. `hid_open`/`hid_open_path` fails on linux when using `hidapi-hidraw`. Because the interface is missing an IN interrupt endpoint, Linux never adds it to the...