libusb4java icon indicating copy to clipboard operation
libusb4java copied to clipboard

The native JNI library used by usb4java

Results 8 libusb4java issues
Sort by recently updated
recently updated
newest added

- Upgrade Linux Debian docker image to bullseye - Use OpenJDK 11 JNI - Added option to build armel arch - Set CMake minimum version to 3.14 - Added script...

multiarch debian:stretch archive repo (jgc-6-jdk dep)

I've been having trouble with usb4java 1.3.0 on Windows. I have a USB composite device with a HID, MIDI, and WinUSB interface. usb4java 1.3.0 can't open a handle to the...

Found that libusb 1.0.24 does not properly report iPad, iPod, etc. See https://github.com/libusb/libusb/issues/825 Possibly need to switch to libusb 1.0.26.

Hi, I've managed to compile the main branch of this repo on my MacBook Air M1. I have to edit the makefile as the openjdk installation from brew did not...

I'm trying to rebuild the binaries to allow usb4java to be used on MacOS again, as the libusb version usb4java is released with right now doesn't seem to work. I...

Hi, I think the LibUsb.c bulkTransfer(...) function is not implemented correctly. It is using a ByteBuffer to receive the data to be transmitted. But it is not evaluating/updating the position/limit...

The readme sates: "usb4java already includes prebuilt libraries for the following platforms: .. darwin-arm-64" And yet if we pay a visit to the Maven Repo for libusb4java: https://repo1.maven.org/maven2/org/usb4java/libusb4java/1.3.0/ we don't...