Re: [Libusbx-devel] [libusbx] android support (#132)

2013-08-19 Thread Anton Smirnov
2013/8/19 Toby Gray > On 18/08/13 13:01, Anton Smirnov wrote: > > Android can return file descriptor for native code: > > http://developer.android.com/reference/android/hardware/usb/UsbDeviceConnection.html#getFileDescriptor() > Does libusbx support it? > > > Not currently. It would be quite a c

[Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-19 Thread Andrew Fernandes
This is a trivial change. For some reason, none of the Android NDK (r9) MIPS toolchains add `-llog` to default builds, while all other architectures do. The seems to be the case no matter what you set `NDK_TOOLCHAIN_VERSION` to in `Application.mk`. You can merge this Pull Request by running:

Re: [Libusbx-devel] Doing a libusbx 1.0.17-rc1 release

2013-08-19 Thread Ludovic Rousseau
2013/8/19 Nathan Hjelm : > I was going to last week but discovered I don't have write access to libusbx > on sourceforge. At this point it probably doesn't matter since I think > 1.0.18 should probably be the first release as libusb. I am maintaining a > branch with everything renamed except refere

Re: [Libusbx-devel] Doing a libusbx 1.0.17-rc1 release

2013-08-19 Thread Nathan Hjelm
I was going to last week but discovered I don't have write access to libusbx on sourceforge. At this point it probably doesn't matter since I think 1.0.18 should probably be the first release as libusb. I am maintaining a branch with everything renamed except references to libusbx.org.-NathanOn Aug

[Libusbx-devel] Doing a libusbx 1.0.17-rc1 release

2013-08-19 Thread Hans de Goede
Hi All, I was hoping someone else would take care of this while I was otherwise occupied, but alas ... It also seems we've accumulated a little bit more then I was hoping for when I suggested to do a quick bugfix release a while back, again alas ... Since we've accumulated quite a bit already, i

Re: [Libusbx-devel] [libusbx] android support (#132)

2013-08-19 Thread Toby Gray
On 18/08/13 13:01, Anton Smirnov wrote: Android can return file descriptor for native code: http://developer.android.com/reference/android/hardware/usb/UsbDeviceConnection.html#getFileDescriptor()

Re: [Libusbx-devel] Android build files and improved logging patches, (was "Improved log in non-console applications and Android")

2013-08-19 Thread Toby Gray
On 12/08/13 13:20, Xiaofan Chen wrote: On Mon, Aug 12, 2013 at 8:08 PM, Toby Gray wrote: I assume it'd be helpful for others to have this information recorded somewhere. Would a wiki page or an update to the README be more appropriate? I think Android has become so popular that a README.Androi