Re: [Libusbx-devel] Need testers for long-standing xHCI clear halt bug

2013-10-14 Thread Sarah Sharp
On Sat, Oct 12, 2013 at 09:25:17AM +0200, Marcus Meissner wrote: > Hi Sarah, > > I built: > > - current kernel git with SUSE config > - libgphoto2 with the clear_halt reenabled > - rebooted > > gphoto2 now hangs on the second try > > - only applied both patches referenced. > I need to whac

Re: [Libusbx-devel] [libusbx] darwin: Fix format of 64-bit sessionIDs in log messages (#153)

2013-10-14 Thread Matthias Bolte
I also noticed that the 64-bit sessionID gets stored in the unsigned long session_data parameter of the libusb_device struct. First I thought this would be a problem because the 64-bit value could get truncated, but as recent Macs are all 64-bit and LP64 is in place there, unsigned long is also

[Libusbx-devel] [libusbx] darwin: Fix format of 64-bit sessionIDs in log messages (#153)

2013-10-14 Thread Matthias Bolte
The sessionID value is 64-bit, so print it as 64-bit value and don't truncate it to 32-bit. You can merge this Pull Request by running: git pull https://github.com/photron/libusbx darwin-fix-1 Or you can view, comment on it, or merge it online at: https://github.com/libusbx/libusbx/pull/153