Re: [Libusbx-devel] libusbx 1.0.15 with ASMedia xHCI Controller - some ports don't work

2013-06-09 Thread Xiaofan Chen
On Sat, Jun 8, 2013 at 7:08 AM, wrote: > We have an Asus motherboard with ASMedia xHCI USB 3.0 controller and have > tested driver versions 1.14.3.0 (latest Asus version from 2011) and 1.16.4.0 > (latest web version we could find, 11/8/2012) and it has the weird behavior > on libusbx 1.0.15 that

Re: [Libusbx-devel] [PATCH] Add a libusb_strerror() function

2013-06-09 Thread Pete Batard
I have now pushed the strerror commit to mainline (with the added benefit of fixing the nano). On 2013.06.09 07:34, Hans de Goede wrote:> +if (i >= ARRAYSIZE(usbi_locale_supported)) { > +usbi_warn(NULL, "Unrecognized locale format: %s", locale); > +return LIBUSB_ERROR_NOT_F

Re: [Libusbx-devel] libusbx broken on Mac OS X

2013-06-09 Thread Xiaofan Chen
On Fri, Jun 7, 2013 at 2:37 AM, Ludovic Rousseau wrote: > 2013/6/6 Hans de Goede : >> I've merged the pull request into master. Ludovic, this should fix your >> problem, please test. > > Problem fixed. Great. Now the problem with stress test program under Mac OS X Lion also got fixed. -- Xiaof

[Libusbx-devel] libusbx 1.0.15 with ASMedia xHCI Controller - some ports don't work

2013-06-09 Thread john
We have an Asus motherboard with ASMedia xHCI USB 3.0 controller and have tested driver versions 1.14.3.0 (latest Asus version from 2011) and 1.16.4.0 (latest web version we could find, 11/8/2012) and it has the weird behavior on libusbx 1.0.15 that a USB 3.0 device cannot be seen by our softwar

Re: [Libusbx-devel] [PATCH] Add a libusb_strerror() function

2013-06-09 Thread Ludovic Rousseau
2013/6/9 Pete Batard : > diff --git a/examples/xusb.c b/examples/xusb.c > index 4e2f6a5..cae3d82 100644 > --- a/examples/xusb.c > +++ b/examples/xusb.c > uint16_t endian_test = 0xBE00; > + char* error_lang = NULL; @@ -1009,6 +1010,13 @@ int main(int argc, char** argv)