Re: [Libusbx-devel] Announcing libusbx-1.0.16-rc3

2013-07-09 Thread Toby Gray
On 07/07/13 02:10, Xiaofan Chen wrote: > On Sat, Jul 6, 2013 at 3:15 PM, Hans de Goede wrote: >> I'm very happy to announce libusbx-1.0.16-rc3. > Just carried out some quick tests under Mac OS X, Windows 8 > x64 VM and OpenBSD 5.2 VM, all are okay. > > I've just carried out some tests on WinCE an

[Libusbx-devel] Releasing 1.0.16 ...

2013-07-09 Thread Hans de Goede
Hi All, Headsup: unless there are any objections I plan to release 1.0.16 coming Thursday. Regards, Hans -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application mo

[Libusbx-devel] Improved log in non-console applications and Android

2013-07-09 Thread Toby Gray
Hi, I've attached two patches which improve the logging in non-console applications and three patches which add Android support to libusbx. The first patch adds a configure option "--enable-system-log". This also enable output of libusbx log messages to the debugger output in Windows. The s

Re: [Libusbx-devel] Releasing 1.0.16 ...

2013-07-09 Thread Pete Batard
On 2013.07.09 14:51, Hans de Goede wrote: > Headsup: unless there are any objections I plan to release 1.0.16 coming > Thursday. Sounds good to me. Make sure the milestone is updated if that's not already the case. If needed, I can upload the doc on release day. Regards, /Pete --

Re: [Libusbx-devel] [libusb] Possible alignment issues with struct libusb_transfer buffer pointer

2013-07-09 Thread Xiaofan Chen
On Thu, Jul 4, 2013 at 5:14 PM, Xiaofan Chen wrote: > On Wed, Jul 3, 2013 at 3:29 AM, Sean McBride wrote: >> On Tue, 2 Jul 2013 23:18:12 +0400, Paul Fertser said: >>>What about documenting this in some special "API bugs" file or >>>documentation section? >> >> We should definitely have a bug for

[Libusbx-devel] [libusbx] make libusbx -Wcast-align safe (#120)

2013-07-09 Thread mcuee
Ref: http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Possible-alignment-issues-with-struct-libusb-transfer-buffer-pointer-td1458.html --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/120 --

Re: [Libusbx-devel] Releasing 1.0.16 ...

2013-07-09 Thread Xiaofan Chen
On Tue, Jul 9, 2013 at 9:51 PM, Hans de Goede wrote: > Headsup: unless there are any objections I plan to release 1.0.16 coming > Thursday. > Great. 1.0.16 is an important milestone. -- Xiaofan -- See everything from

[Libusbx-devel] libusb_open_device_with_vid_pid () on a composite device

2013-07-09 Thread igx deepak
Hi All, If the function libusb_open_device_with_vid_pid() is used for a Composite device exposing multiple interfaces, will it open the composite device or a particular interface?? Thanks -- See everything from the browse