Re: [Libusbx-devel] Accessing composite devices using interface association

2013-08-22 Thread Xiaofan Chen
On Wed, Aug 14, 2013 at 7:52 AM, Pete Batard wrote: > On 2013.08.14 00:21, Xiaofan Chen wrote: >> BTW, libusbx Windows also does not support Multiple HID >> top level collections (only the first top level collection will be >> used). The situation is a bit similar here. > > Yeah, but I don't think

Re: [Libusbx-devel] Reading device descriptor and config descriptor from WinUsb

2013-08-22 Thread Xiaofan Chen
On Fri, Aug 23, 2013 at 9:30 AM, Pete Batard wrote: > On 2013.08.22 19:29, Juan Lang wrote: > Now, considering that it's very likely that once you upgrade your > Renesas drivers, as you should have done long ago, you will also confirm > that your issue disappears, and that I can't help but have so

Re: [Libusbx-devel] Accessing composite devices using interface association

2013-08-22 Thread Xiaofan Chen
On Fri, Aug 23, 2013 at 9:51 AM, Pete Batard wrote: > On 2013.08.16 04:27, Xiaofan Chen wrote: >> And hopefully now Pete >> or others can come out a proper fix with all the information. > > I have way too much lined up, so I have to drop stuff that I know I'll > never get a chance to look at. Devi

Re: [Libusbx-devel] Accessing composite devices using interface association

2013-08-22 Thread Pete Batard
On 2013.08.16 04:27, Xiaofan Chen wrote: > And hopefully now Pete > or others can come out a proper fix with all the information. I have way too much lined up, so I have to drop stuff that I know I'll never get a chance to look at. Devising a fix with regards to IADs is one of those. If someone

Re: [Libusbx-devel] Reading device descriptor and config descriptor from WinUsb

2013-08-22 Thread Xiaofan Chen
On Fri, Aug 23, 2013 at 2:29 AM, Juan Lang wrote: > 2013/8/21 Xiaofan Chen >> >> I think in the past we have fixed a few issues for some of the Renesas >> and Intel issues. Could you give more details of the USB host >> controllers you are seeing the problems? And you may want to >> list the driv

Re: [Libusbx-devel] Reading device descriptor and config descriptor from WinUsb

2013-08-22 Thread Pete Batard
On 2013.08.22 19:29, Juan Lang wrote: > Renesas uPD720201/uPD720202 (dev 0194), driver version 2.0.32.0. (I'm > not certain which chip, I haven't looked at the board to identify.) If you're using driver version 2.0.32.0 then your chip is a uPD720200/uPD720200A. uPD720201/uPD720202 would use driv

Re: [Libusbx-devel] Reading device descriptor and config descriptor from WinUsb

2013-08-22 Thread Juan Lang
2013/8/21 Xiaofan Chen > I think in the past we have fixed a few issues for some of the Renesas > and Intel issues. Could you give more details of the USB host > controllers you are seeing the problems? And you may want to > list the driver version you are using. Maybe the vendors have > already

Re: [Libusbx-devel] [libusbx] Core: Make libusbx accept an optional policy structure that specifies how logging and/or memory allocation work. (#128)

2013-08-22 Thread swestrup
Closed #128. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/128 -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your

Re: [Libusbx-devel] [libusbx] Core: Make libusbx accept an optional policy structure that specifies how logging and/or memory allocation work. (#128)

2013-08-22 Thread swestrup
Okay. I've been thinking about this massive patch and talking about it with numerous people, and most seem to think its too complex for what it does. So, I'm going to withdraw this pull request, rework the interface, and issue a new pull request once the new scheme is ready. Thanks for all the

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

2013-08-22 Thread Hans de Goede
Hi, On 08/22/2013 03:30 AM, Xiaofan Chen wrote: > On Wed, Aug 21, 2013 at 10:48 PM, Hans de Goede wrote: >>> then I'll give people >>> until Thursday evening to test things from git-master and I'll >>> release 1.0.17-rc1 on Friday. >> >> Given the nature of the patches (ie the netbsd openbsd spli

Re: [Libusbx-devel] RFC: Make usbi_get_device_by_session_id return a ref to the found device ?

2013-08-22 Thread Toby Gray
On 21/08/13 15:56, Hans de Goede wrote: > Hi All, > > While looking at various locking things in libusb I noticed that > usbi_get_device_by_session_id iterates over usb_devs while holding > the usb_devs_lock and then if it finds a device returns that device, > without taking a reference. This means

Re: [Libusbx-devel] [PATCH] linux/netlink.h: present but cannot be compiled

2013-08-22 Thread Ludovic Rousseau
2013/8/22 Brilliantov Kirill Vladimirovich : > Ludovic Rousseau wrote on 08/21/2013 06:29 PM: > >> >> This should already be fixed upstream in >> https://github.com/libusbx/libusbx/commit/83021abc20102e45f0eab53a3bea92279259182a >> >> Can you check your problem is fixed in the currrent git version?

Re: [Libusbx-devel] [PATCH] linux/netlink.h: present but cannot be compiled

2013-08-22 Thread Brilliantov Kirill Vladimirovich
Ludovic Rousseau wrote on 08/21/2013 06:29 PM: > > This should already be fixed upstream in > https://github.com/libusbx/libusbx/commit/83021abc20102e45f0eab53a3bea92279259182a > > Can you check your problem is fixed in the currrent git version? > Hello, Ludovic! Yes, git master havn't this p