Re: [Libusbx-devel] Compatibility with libusb-compat

2013-09-09 Thread Alan Stern
On Mon, 9 Sep 2013, Xiaofan Chen wrote: > On Sat, Sep 7, 2013 at 11:36 PM, Alan Stern wrote: > > Slightly off the original topic but perhaps still relevant... > > > > There are several Linux programs using libusb-0.1 that don't work with > > libusb-compat. The reason is that they perform some or

Re: [Libusbx-devel] Compatibility with libusb-compat

2013-09-08 Thread Xiaofan Chen
On Sat, Sep 7, 2013 at 11:36 PM, Alan Stern wrote: > Slightly off the original topic but perhaps still relevant... > > There are several Linux programs using libusb-0.1 that don't work with > libusb-compat. The reason is that they perform some or all of their > I/O using the usbfs API directly, r

[Libusbx-devel] Compatibility with libusb-compat

2013-09-07 Thread Alan Stern
On Sat, 7 Sep 2013, Ludovic Rousseau wrote: > 2013/9/7 Hans de Goede : > > Well, alternatively we could document that libusb-compat uses atexit for > > cleanup, > > and that apps using it should either not access libusb from their own > > atexit handlers, > > or register their atexit handler aft