Re: [Libusbx-devel] [m...@openbsd.org: Re: libusb: Update for OpenBSD's backend]

2013-08-02 Thread Xiaofan Chen
On Fri, Aug 2, 2013 at 6:02 PM, Hans de Goede wrote: > On 08/02/2013 10:23 AM, Martin Pieuchot wrote: >> I'm sorry but this backend is not supposed to be built outside OpenBSD, >> it's not tested, not debugged and I have no plan to do so. If someone >> wants to support a backend for NetBSD then I

Re: [Libusbx-devel] [m...@openbsd.org: Re: libusb: Update for OpenBSD's backend]

2013-08-02 Thread Hans de Goede
Hi, On 08/02/2013 10:23 AM, Martin Pieuchot wrote: > On 02/08/13(Fri) 10:07, Hans de Goede wrote: >> Hi Martin, >> >> Thanks for your reply! >> >> On 08/02/2013 09:28 AM, Martin Pieuchot wrote: >>> On 02/08/13(Fri) 13:23, Xiaofan Chen wrote: On Tue, Jul 30, 2013 at 11:38 PM, Hans de Goede >

Re: [Libusbx-devel] [libusbx] Darwin: Xcode support integration (#84)

2013-08-02 Thread Ludovic Rousseau
Closed #84. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/84 -- Get your SQL database under version control now! Version control is standard for application code, but data

Re: [Libusbx-devel] [libusbx] Darwin: Xcode support integration (#84)

2013-08-02 Thread Ludovic Rousseau
The Xcode project support is now added. Closing. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/84#issuecomment-21996116 -- Get your SQL database under version control now!

Re: [Libusbx-devel] [PATCH] core: Fix error in signed vs. unsigned comparison in handle_events()

2013-08-02 Thread Ludovic Rousseau
2013/8/2 Hans de Goede : > Hi, > > > On 08/02/2013 10:51 AM, Ludovic Rousseau wrote: >> >> Hello, >> >> I have not seen a discussion about this patch. >> I think it is correct and should be applied. >> >> Comments? > > > I agree it is correct and should be pushed, so please go-ahead and push this >

Re: [Libusbx-devel] [PATCH] core: Fix error in signed vs. unsigned comparison in handle_events()

2013-08-02 Thread Hans de Goede
Hi, On 08/02/2013 10:51 AM, Ludovic Rousseau wrote: > Hello, > > I have not seen a discussion about this patch. > I think it is correct and should be applied. > > Comments? I agree it is correct and should be pushed, so please go-ahead and push this as well as Sean's patch discussed earlier today

Re: [Libusbx-devel] [PATCH] core: Fix error in signed vs. unsigned comparison in handle_events()

2013-08-02 Thread Ludovic Rousseau
Hello, I have not seen a discussion about this patch. I think it is correct and should be applied. Comments? 2013/7/10 Chris Dickens : > For messages received on the hotplug pipe, the message was read via > usbi_read() (ssize_t) and compared against the size of the message > struct (size_t). usb

Re: [Libusbx-devel] Doing a 1.0.17 release

2013-08-02 Thread Ludovic Rousseau
2013/8/1 Sean McBride : > On Thu, 1 Aug 2013 06:28:27 +0200, Ludovic Rousseau said: > >>I still have 2 commits from Sean in my Xcode branch: >> >>- Core: defensive programming >>https://github.com/LudovicRousseau/libusbx/commit/ >>5da4949cffacf1a19aeaf62ce796019daa50c49d >>Not Xcode related. Maybe

Re: [Libusbx-devel] [m...@openbsd.org: Re: libusb: Update for OpenBSD's backend]

2013-08-02 Thread Martin Pieuchot
On 02/08/13(Fri) 10:07, Hans de Goede wrote: > Hi Martin, > > Thanks for your reply! > > On 08/02/2013 09:28 AM, Martin Pieuchot wrote: > >On 02/08/13(Fri) 13:23, Xiaofan Chen wrote: > >>On Tue, Jul 30, 2013 at 11:38 PM, Hans de Goede wrote: > >>>Hi Martin, > >>> > >>>On 07/16/2013 11:32 AM, Mar

Re: [Libusbx-devel] [m...@openbsd.org: Re: libusb: Update for OpenBSD's backend]

2013-08-02 Thread Hans de Goede
Hi Martin, Thanks for your reply! On 08/02/2013 09:28 AM, Martin Pieuchot wrote: > On 02/08/13(Fri) 13:23, Xiaofan Chen wrote: >> On Tue, Jul 30, 2013 at 11:38 PM, Hans de Goede wrote: >>> Hi Martin, >>> >>> On 07/16/2013 11:32 AM, Martin Pieuchot wrote: Hello Hans and Pete, You'l

Re: [Libusbx-devel] [m...@openbsd.org: Re: libusb: Update for OpenBSD's backend]

2013-08-02 Thread Martin Pieuchot
On 02/08/13(Fri) 13:23, Xiaofan Chen wrote: > On Tue, Jul 30, 2013 at 11:38 PM, Hans de Goede wrote: > > Hi Martin, > > > > On 07/16/2013 11:32 AM, Martin Pieuchot wrote: > >> Hello Hans and Pete, > >> > >> You'll find below an update for OpenBSD's libusb backend, freshly > >> rebased on top of th

Re: [Libusbx-devel] [libusb] Possible alignment issues with struct libusb_transfer buffer pointer

2013-08-02 Thread Hans de Goede
Hi, On 08/02/2013 07:17 AM, Xiaofan Chen wrote: > On Wed, Jul 10, 2013 at 9:28 AM, Xiaofan Chen wrote: >> On Thu, Jul 4, 2013 at 5:14 PM, Xiaofan Chen wrote: >>> On Wed, Jul 3, 2013 at 3:29 AM, Sean McBride >>> wrote: On Tue, 2 Jul 2013 23:18:12 +0400, Paul Fertser said: > What about