gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Provide support for libusb and hidraw USB variants on Linux #99

Closed gary-rowe closed 3 years ago

gary-rowe commented 4 years ago

At present the hidapi support library is compiled using hidraw which is fine for many variants of Linux but having the ability to switch to the libusb variant would give greater flexibility to downstream users.

gary-rowe commented 4 years ago

If anyone is available to try this out on their system (preferably one without hidraw support) that would greatly assist me.

gary-rowe commented 4 years ago

Given that #97 was able to see a result using the code from this branch, I'm going to mark it as ready for merging for 0.7.0.