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

2013-08-16 Thread Jan Becvar
Hi Tim, On 15-Aug-13 20:24, Tim Roberts wrote: >> What do you mean by "You don't need the IAD"? Do you mean >> you do not need to parse the IAD descriptors? > > Right. The IAD is a simple descriptor. It only provides two things: > the class/subclass/protocol for the interface group, and the int

Re: [Libusbx-devel] [libusb-compat PATCH] Link with -znodelete to disallow unloading

2013-08-16 Thread Xiaofan Chen
On Fri, Aug 16, 2013 at 4:51 PM, Hans de Goede wrote: > On 08/16/2013 05:34 AM, Xiaofan Chen wrote: >>> diff --git a/libusb/Makefile.am b/libusb/Makefile.am >>> index 33a609a..a20fdb5 100644 >>> --- a/libusb/Makefile.am >>> +++ b/libusb/Makefile.am >>> @@ -5,5 +5,5 @@ libusb_la_SOURCES = core.c us

Re: [Libusbx-devel] usb pendrive access limit

2013-08-16 Thread Xiaofan Chen
On Fri, Aug 16, 2013 at 2:10 PM, wrote: > If so sorry. > The system is winxp and win7 > In that case, you may want to read the following Microsoft KB. http://support.microsoft.com/kb/823732 Or search the internet for more options. Again this is off topic. -- Xiaofan --

Re: [Libusbx-devel] [libusb-compat PATCH] Link with -znodelete to disallow unloading

2013-08-16 Thread Hans de Goede
Hi, On 08/16/2013 05:34 AM, Xiaofan Chen wrote: > On Wed, Aug 14, 2013 at 10:05 PM, Hans de Goede wrote: >> From: Daniel Berrange >> >> Since libusb-0.1 did not have any init / exit function, code using the >> libusb-0.1 API will not call libusb_exit. > > Hmm, it that true with the latest libusb