Re: [Libusbx-devel] [libusbx] Mac OSX: libusbx crashes when unplugging a device (1.0.16) (#121)

2013-07-21 Thread Nathan Hjelm
On Jul 21, 2013, at 8:11 PM, Alan Stern wrote: > On Sun, 21 Jul 2013, Nathan Hjelm wrote: > >> A little more detail about what is happening in this case. When the >> device gets disconnected the hotplug backend calls >> usbi_handle_disconnect which then �completes� (makes all outstanding >> tra

Re: [Libusbx-devel] [libusbx] Mac OSX: libusbx crashes when unplugging a device (1.0.16) (#121)

2013-07-21 Thread Nathan Hjelm
On Jul 21, 2013, at 8:11 PM, Alan Stern wrote: > On Sun, 21 Jul 2013, Nathan Hjelm wrote: > >> A little more detail about what is happening in this case. When the >> device gets disconnected the hotplug backend calls >> usbi_handle_disconnect which then �completes� (makes all outstanding >> tra

Re: [Libusbx-devel] [libusbx] Mac OSX: libusbx crashes when unplugging a device (1.0.16) (#121)

2013-07-21 Thread Alan Stern
On Sun, 21 Jul 2013, Nathan Hjelm wrote: > A little more detail about what is happening in this case. When the > device gets disconnected the hotplug backend calls > usbi_handle_disconnect which then �completes� (makes all outstanding > transfers as failed) all in-flight transfers. The darwin back

Re: [Libusbx-devel] [libusbx] Mac OSX: libusbx crashes when unplugging a device (1.0.16) (#121)

2013-07-21 Thread Nathan Hjelm
On Jul 20, 2013, at 11:23 AM, Lilk wrote: > Ok. When is 1.0.17 due? > We are using libusbx in a multi-platform application and it would be neat to > be able to use the new hotplug api in our application (without the > application crashing), with a graceful fallback, enabling us to just replace