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
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
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
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 ++