I am currently trying to interface with a USB audio device from user land. I currently have the device fully enumerated and I\'ve set the interface and set the alternative
I have written a Java class for user mode USB isochronous transfer: UsbIso
It uses JNA to access the USBFS API via IOCTL calls.