From: Pete B. <pe...@ak...> - 2011-09-10 14:20:25
|
Hi Johann, On 2011.09.09 10:07, Johann Obermayr wrote: > here are the link to libusb hotplug patch > http://libusb.6.n5.nabble.com/About-hotplug-support-in-libusb-contains-patch-for-libusb-1-0-8-td2263856.html This patch has not yet been applied to the mainline tree, and there is no telling if it will ever be or if hotplug support is going to be implemented in a different fashion. I did nonetheless create a topic branch from -pbatard for hotplug support based on this patch, with Windows added [1]. It suffers from the same problem you mention however so I'll see if I can apply your suggested approach whenever I update it. Or, if you feel like testing this branch and sending a patch, you can do so by issuing the following to access it: git clone git://git.libusb.org/libusb-pbatard.git cd libusb-pbatard git checkout -b hp origin/hp Regards, /Pete [1] http://git.libusb.org/?p=libusb-pbatard.git;a=shortlog;h=refs/heads/hp;js=1 |