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

2013-10-09 Thread Manuel Francisco Naranjo
Pete, Don't worry on sounding harsh, I agree with the styling issues, my bad I missed those changes while reviewing what to stage and what not, btw I discovered git add -p, git commit -p and git stash -p thanks to this, very powerful, that's why you are seen those style issues. - b8d13f2 : don

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

2013-10-09 Thread naranjo.manuel
>> >> @mcuee is >> '\.\USB#VID_413C&PID_2513#6&2DA13301&0&2' a USB hub attached to a PCI >> hub? Or is it a composite device? I'm trying to figure out if I broke >> something here >> >> > > Google is your friend. > > That's the ID of the internal USB hub in Dell's port re

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

2013-10-09 Thread Pete Batard
Thanks Manuel. * b8d13f2d0d40ffa3addd38f12b0152d942135661: Please don't try to squeeze your styling when I specifically warned you about it. There are way too many styling issues with this commit: I'm seeing double spaces converted to tabs in printf's that are unrelated to your patch, braces at

Re: [Libusbx-devel] [PATCH 0/2] Add API for bulk streams, final version

2013-10-09 Thread Nathan Hjelm
On Oct 9, 2013, at 12:19 AM, Hans de Goede wrote: > Hi All, > > After a lot of work on this, in the end mostly on the Linux kernel to iron > out some xhci controller driver bugs wrt to streams (*), I'm happy to report > that I now have streams working reliable. So I intend to push these 2 patch

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

2013-10-09 Thread litghost
It free, http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/9#issuecomment-25968972-- October

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

2013-10-09 Thread Manuel Francisco Naranjo
@litghost I don't have VS2012 installed, I guess I could try looking for it and giving it a try. I've been using mingw most of the time, I'm way more familiar with GCC. Problem that I see is that in we are forcing to use some ANSI functions (that was the former case so I kept it), and not bother

Re: [Libusbx-devel] how to compile with gcc in linux

2013-10-09 Thread Matthias Bolte
2013/10/8 Vanwynsberghe Charles : > Hello, > > I've installed the very last version of libusbx on ubuntu (12.04 > here); and I have tried to "make" the examples in /examples and they > work great! > > However, how should I do to "gcc" my own program using libusbx? > Because when I do "gcc -c test.c