mcuee

Results 3052 comments of mcuee

> Now it only fails on Linux because the CI container build for umockdev doesn't have a C++ compiler... > > An "unreachable code" warning breaks the VS2015 Win32 Release...

> As for the CI container, maybe we can install g++ there. Done and now Linux CI container build is good.

Not so sure if the following is relevant or not -- the better way i probably to use async transfer. From libusb Wiki FAQ: the following is talking about `libusb_exit`...

@tormodvolden and @sonatique Just wondering if you have some comments here as well. Thanks.

Have you check with other platforms like Linux or macOS?

@HaiMianBBao Please also provide more details of the device, thanks. Is it plain Bluetooth device or BLE device?

> Yes, we have the logic for switching USB HID devices, which triggers USB plug-in and removal during use. This is when the issue occurs. After calling the CancelIo function,...

Please help to raise a PR if possible. Thanks.

I tend to think you will not get good support on the usbdk side. I even think we should deprecate USBDK backend support here for libusb project, just my personal...

@wuwenqin Is it possible to forget about usbdk/spice and use other solution? Thanks.