Re: [Libusbx-devel] USB3 Error

2013-03-09 Thread Sipter Bálint
I just tested it. This resolved the issue for me too. Thank you for fixing this! Regards, Bálint 2013/3/9 Marcus Meissner > On Thu, Feb 28, 2013 at 09:32:05AM -0800, Sarah Sharp wrote: > > On Thu, Feb 28, 2013 at 04:59:36PM +0100, Marcus Meissner wrote: > > > Hi, > > > > > > Something must ha

Re: [Libusbx-devel] USB3 Error

2013-03-09 Thread Marcus Meissner
On Thu, Feb 28, 2013 at 09:32:05AM -0800, Sarah Sharp wrote: > On Thu, Feb 28, 2013 at 04:59:36PM +0100, Marcus Meissner wrote: > > Hi, > > > > Something must happen after the first PTP session of libgphoto2 has > > finished. > > > > On closing the connection we try to clear stalls by calling > >

Re: [Libusbx-devel] How top compile libusbx for windows using mingw32 under linux

2013-03-09 Thread Pete Batard
Well, I'm not seeing the issue with cross compilation and --disable-shared any longer (Issue #83) Just cross compiled as static, picked up the resulting xusb, and found it got compiled alright and works just fine on Windows. Not sure what happened, but I don't think I want to spend too much time

Re: [Libusbx-devel] [PATCH] linux_usbfs: Consume all events on a fd in one go

2013-03-09 Thread Pete Batard
Pushed. Might as well find out if there are any issues with the patch from our users, especially as, at least on my end, I don't think I have anything that can test that new section of code. At least it doesn't seem to harm anything from what I could see, and the fix looks like something we wan

Re: [Libusbx-devel] How top compile libusbx for windows using mingw32 under linux

2013-03-09 Thread Xiaofan Chen
On Sun, Mar 10, 2013 at 10:55 AM, Pete Batard wrote: > Well, I'm not seeing the issue with cross compilation and > --disable-shared any longer (Issue #83) > Just cross compiled as static, picked up the resulting xusb, and found > it got compiled alright and works just fine on Windows. > > Not sure

Re: [Libusbx-devel] How top compile libusbx for windows using mingw32 under linux

2013-03-09 Thread Xiaofan Chen
On Sun, Mar 10, 2013 at 1:23 PM, Xiaofan Chen wrote: > On Sun, Mar 10, 2013 at 10:55 AM, Pete Batard wrote: >> Xiaofan, if you have a cross compiler available, could you run a test >> against the latest git to confirm that you see the same thing? >> If you do, then please feel free to close the i