Re: [Libusbx-devel] [PATCH] Add HID capability detection for all backends

2013-03-18 Thread Hans de Goede
Hi, On 03/17/2013 11:33 PM, Pete Batard wrote: > Last of the patches I wanted to have for the 1.0.15 release. > Unless there are comments, my plan will be to integrate this patch in 24 > hours and declare RC. > > This patch adds a new caps attribute to the backend struct. I preferred to do > it

[Libusbx-devel] libusbx git under OpenBSD

2013-03-18 Thread Xiaofan Chen
I have not tested libusbx git under OpenBSD for a while. So I just tried it and it seems to be fine. $ export AUTOMAKE_VERSION=1.12 $ export AUTOCONF_VERSION=2.68 $ ./bootstrap.sh libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CO

Re: [Libusbx-devel] libusbx git under OpenBSD

2013-03-18 Thread Xiaofan Chen
On Mon, Mar 18, 2013 at 9:19 PM, Xiaofan Chen wrote: > I have not tested libusbx git under OpenBSD for a while. > So I just tried it and it seems to be fine. I also tested under NetBSD 6.0 and again it seems to work fine, but with a few warnings during compile. I think this is probably not a big

Re: [Libusbx-devel] [PATCH] Add HID capability detection for all backends

2013-03-18 Thread Pete Batard
On 2013.03.18 10:32, Hans de Goede wrote: > Hmm, I'm not sure about claiming LIBUSB_CAP_HAS_HID_ACCESS in Linux, I > would rather not > actually, as on Linux there is no special hid code. This is not what the capability is about. See below. > AFAIK the HID code > on Windows > allows accessing the

Re: [Libusbx-devel] libusbx git under OpenBSD

2013-03-18 Thread Pete Batard
On 2013.03.18 13:41, Xiaofan Chen wrote: > I also tested under NetBSD 6.0 and again it seems to > work fine, but with a few warnings during compile. Thanks for these tests. I think we've been having these warnings for a long time. I'm still waiting for someone interested enough in the *BSD platf

Re: [Libusbx-devel] libusbx git under OpenBSD

2013-03-18 Thread Xiaofan Chen
On Tue, Mar 19, 2013 at 4:53 AM, Pete Batard wrote: > On 2013.03.18 13:41, Xiaofan Chen wrote: >> I also tested under NetBSD 6.0 and again it seems to >> work fine, but with a few warnings during compile. > > Thanks for these tests. I think we've been having these warnings for a > long time. I'm s

Re: [Libusbx-devel] libusbx git under OpenBSD

2013-03-18 Thread Xiaofan Chen
On Tue, Mar 19, 2013 at 9:11 AM, Xiaofan Chen wrote: > On the other hand, OpenBSD users will use their ports system which > now follows libusb.org and not libusbx. There are two patches which > I will take a look at the patches since I think they are relevant to > libusbx as well. > http://www.ope