Re: [Libusbx-devel] Windows 8 WCID WinUSB error -12

2013-09-15 Thread Xiaofan Chen
On Sun, Sep 15, 2013 at 8:08 PM, Ramon Zambelli wrote: > I have a device which used WCID to install WinUSB drivers. The driver > installs automatically as expected, but when I try to open the device > using libusbx 1.17 I get error -12 (ERROR_NOT_SUPPORTED). I'm using > windows 8. > Using zadig I

[Libusbx-devel] Windows 8 WCID WinUSB error -12

2013-09-15 Thread Ramon Zambelli
I have a device which used WCID to install WinUSB drivers. The driver installs automatically as expected, but when I try to open the device using libusbx 1.17 I get error -12 (ERROR_NOT_SUPPORTED). I'm using windows 8. Using zadig I see that the driver installed is WINUSB (v6.2.9200.16384) whic

Re: [Libusbx-devel] [RFC 0/2] Add support for USB-3 bulk streams

2013-09-15 Thread Hans de Goede
Hi, On 09/13/2013 09:04 PM, Nathan Hjelm wrote: > One more thing about the API. It might be good to change: > > uint32_t API_EXPORTED libusb_transfer_get_stream_id (struct libusb_transfer > *transfer); > > to: > > int API_EXPORTED libusb_transfer_get_stream_id (struct libusb_transfer > *transfer

Re: [Libusbx-devel] [PATCH 3/3] Make usbi_get_device_by_session_id return a ref to the found device

2013-09-15 Thread Hans de Goede
Hi, On 09/15/2013 04:27 AM, Xiaofan Chen wrote: > On Fri, Sep 6, 2013 at 10:52 PM, Hans de Goede wrote: >> Signed-off-by: Hans de Goede >> --- >> libusb/core.c | 2 +- >> libusb/libusbi.h| 4 ++-- >> libusb/os/darwin_usb.c | 6 +- >> libusb/os/linux_usbfs.c | 5 ++