]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Patch libusb to use Java helpers for enumeration
authorMarcus Comstedt <redacted>
Sun, 27 Nov 2016 15:05:01 +0000 (16:05 +0100)
committerUwe Hermann <redacted>
Sat, 3 Dec 2016 18:52:14 +0000 (19:52 +0100)
In newer Android versions, the native enumeration code used by
libusb does not work anymore due to the necessary virtual file
system nodes not being available to user processes. Therefore,
Java helper code is now needed for enumeration as well.

This fixes parts of bug #701.


No differences found