Re: [Libusbx-devel] [libusbx] Windows: hotplug/unplug support (#9)

2013-09-22 Thread Pete Batard
> Yes sorry my fault, it's just that I'm using linux for development with emacs > and those lines are just too long to actually be readable (yes I'm doing 80 > chars here!). You poor soul. You know they have invented high resolution monitors and editors with nice UI interfaces, where one can be

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-22 Thread Igor Furlan
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. Since I am not professional (or even semi professional) programmer, can you, please, point me

[Libusbx-devel] Somes simple fixes

2013-09-22 Thread Ludovic Rousseau
Hello, I propose some fixes in https://github.com/libusbx/libusbx/pull/142 If no objection in the next few days I will push them upstream. The problems were reported by the Coverity scan tool. Some other problems still need to be fixed. Bye -- Dr. Ludovic Rousseau ---

[Libusbx-devel] [libusbx] Fixes minor problems (#142)

2013-09-22 Thread Ludovic Rousseau
Fix some problems reported by the Coverity scan tool You can merge this Pull Request by running: git pull https://github.com/LudovicRousseau/libusbx fixes Or you can view, comment on it, or merge it online at: https://github.com/libusbx/libusbx/pull/142 -- Commit Summary -- * examples: c

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-22 Thread Igor Furlan
On Sun, Sep 22, 2013 at 2:43 AM, Ludovic Rousseau wrote: > Are you using libusb-compat? > > if yes, can't you switch to libusbx directly? Yes, I am using libusb-compat. No, I can not switch to libusbx directly because: A) the example code from NANO River uses API based on libusb 0.1 B) my progr

Re: [Libusbx-devel] [libusbx] Fixes memory leaks (#141)

2013-09-22 Thread Ludovic Rousseau
Fixed in e2babf7ec295bde9d0b04fe1c325131dc6aacf51 --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/141#issuecomment-24888525-- LIMITED TIME SALE - Full Year of Microsoft Traini

Re: [Libusbx-devel] [libusbx] Fixes memory leaks (#141)

2013-09-22 Thread Ludovic Rousseau
Closed #141. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/141-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including Vis

Re: [Libusbx-devel] [libusbx] Windows: hotplug/unplug support (#9)

2013-09-22 Thread litghost
I've tested tested the hotplug on USB 3.0 with a Windows Intel XCHI controller, and it appears to work. I built with VS 2012, and was required to make some assorted fixes to get it to build https://github.com/manuelnaranjo/libusbx/pull/1 . --- Reply to this email directly or view it on GitHub:

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-22 Thread Ludovic Rousseau
2013/9/22 Igor Furlan : > Hi Hello, > Recently I've ordered (and received) two USB based I2C/SPI interfaces > from NANO River Technology http://nanorivertech.com/viperboard.html. > This board is very useful for the LAB work during the evaluation and > debugging of the, so called, 'first silicon'

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-22 Thread Hans de Goede
Hi, On 09/22/2013 10:14 AM, Igor Furlan wrote: > Hi > > Recently I've ordered (and received) two USB based I2C/SPI interfaces > from NANO River Technology http://nanorivertech.com/viperboard.html. > This board is very useful for the LAB work during the evaluation and > debugging of the, so called

[Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-22 Thread Igor Furlan
Hi Recently I've ordered (and received) two USB based I2C/SPI interfaces from NANO River Technology http://nanorivertech.com/viperboard.html. This board is very useful for the LAB work during the evaluation and debugging of the, so called, 'first silicon'. Based on the sample code for Linux from