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
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
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
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--
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--
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
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
* 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
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