I try to use libusb in my Android project. I can use some libusb functions (such as libusb_init, libusb_get_device_list, etc.), but when I try to execute libusb_open I get LIBUSB_ERROR_ACCES. I have performed the all tips from the libusb documentation (added /dev/bus/usb// into ueventd.rc, got the root into application, got permissions in Java), but nothing helped me.
I have the rooted the Android device (odroid-xu).