Re: [Libusbx-devel] How to access multiple interfaces on windows is different to linux?

2013-09-23 Thread Xiaofan Chen
On Tue, Sep 24, 2013 at 9:25 AM, Xiaofan Chen wrote: > On Sat, Sep 21, 2013 at 1:42 PM, Kano wrote: >> Since a handle is only associated with a single interface, >> I must have multiple handles. > > I think this is not really correct. A handle to the device > can be associated with multiple inter

Re: [Libusbx-devel] How to access multiple interfaces on windows is different to linux?

2013-09-23 Thread Xiaofan Chen
On Sat, Sep 21, 2013 at 1:42 PM, Kano wrote: > Since a handle is only associated with a single interface, > I must have multiple handles. I think this is not really correct. A handle to the device can be associated with multiple interface. > libusb_get_device_list > libusb_get_device_descriptor

[Libusbx-devel] [libusbx] [Windows] ASMedia XHCI enumeration issues. (#147)

2013-09-23 Thread LazyDodo
I've only seen this issue on ASMedia XHCI's (tested with latest fw/driver) but the call that uses SPDRP_ADDRESS to query the port number a device is on yields incorrect information. That information is later used by the IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX iotcl to get information about

[Libusbx-devel] [libusbx] Task: Release 1.0.19 (#145)

2013-09-23 Thread mcuee
This is just a token issue to be closed when we release. Required as closing all the other issues will close the milestone. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/145--

[Libusbx-devel] [libusbx] Task: Release 1.0.20 (#146)

2013-09-23 Thread mcuee
This is just a token issue to be closed when we release. Required as closing all the other issues will close the milestone. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/146--

Re: [Libusbx-devel] [libusbx] Core: USB 3.0 Bulk Stream Support (#144)

2013-09-23 Thread mcuee
But if this is not ready, we can delay this. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/144#issuecomment-24908132-- LIMITED TIME SALE - Full Year of Microsoft Training

[Libusbx-devel] [libusbx] Core: USB 3.0 Bulk Stream Support (#144)

2013-09-23 Thread mcuee
Linux and Mac OS X first. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/144-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorial

[Libusbx-devel] [libusbx] v1.0.18 (#143)

2013-09-23 Thread mcuee
* USB 3.0 Bulk Stream Support (Linux and Mac OS X) * Bug fix --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/143-- LIMITED TIME SALE - Full Year of Microsoft Training For Ju

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-23 Thread Hans de Goede
Hi, On 09/22/2013 09:17 PM, Igor Furlan wrote: > On Sun, Sep 22, 2013 at 2:37 AM, Hans de Goede wrote: >> Not really a trick or a workaround, you just need to make sure >> that your application properly closes any devices it has opened >> before exiting. >> >> Regards, >> >> Hans > > Since I am n