JoergAtGithub

Results 440 comments of JoergAtGithub

@daschuer Thank you very much for reviewing this! From my point of view, it's ready to merge! But I've only one HID controller (Traktor Z2 with the mapping from #3038)...

> In the end I'd call for the deprecation of this library and would favor a smaller library based on `TypedArray`s which integrates into componentsJS. A rewrite from scratch makes...

Thank you for the detailed review!

There's also the approach to use the generic WinUSB driver (comes with Win7 or newer) instead of Windows High-Level-HID-API: https://github.com/libusb/hidapi/issues/61#issuecomment-638397298 As far as I understood it, the WinUSB driver gives...

Ok, that doesn't sounds like what we're looking for.

> I agree that this would be very useful, but Windows backend doesn't have an API to get a descriptor at all. > The descriptor could be partially reconstructed, but...

I started PR #262 with a C implementation of the Windows Report-Descriptor code.

> > > @DJm00n > I have rewritten my code that is trying to get HID Report Descriptor from USB devices. Can you give it a try? > https://github.com/DJm00n/RawInputDemo/tree/hid_report_descriptor_dump >...

How is the headset connected?

Yes, it's reported by two independend Linux libusb users. I'm myself just relaying this, since I've neither the device nor Linux.