Jonathan Haylett
Jonathan Haylett
Setting bcdUSB to 0x0210 also causes enumeration to fail on RP2040 it seems. 0x0200 works there too, but it means BOS/MS OS descriptors won't be requested 😔 EDIT: Actually I...
I've tried using that version and I got this error instead: `Headsetcontrol written by Sapd (Denis Arnst)` ` https://github.com/Sapd` `Found Logitech G430!` `libusb: error [submit_control_transfer] submiturb failed error -1 errno=16`...
Okay, thanks very much for looking into it. I'd like to help fix it if possible so if there's anything I could do to help maybe you could point me...
> You need to rewrite the libUSB commands to hidapi. Both are very similar, except that hidapi abstracts some things. > > For that I would look into the documentation...
I see other devices are using LIBUSB_REQUEST_SET_CONFIGURATION which also doesn't seem to be used by hidapi. I've tried just sending the data using hid_write and hid_send_feature_report and neither work. When...
When I used usbmon and Wireshark in Linux to try and check if the correct data is being sent to the device, it doesn't show any packets being sent except...
I tried it with the exact same data, yes. There should be a unique 2 bytes sent for a given volume value and the ones that I sniffed in Windows...
Yeah, it makes it significantly more complicated for the average user to edit the mode bindings though, which I'd prefer to avoid. I feel like the real problem is just...
Having the same issue here with native USB host on RP2040. `tuh_mount_cb()` works as in the example, but the HID callbacks don't work because it seems to always link the...
I ran into this problem as well, with an enum. What was your workaround?