mcuee

Results 3052 comments of mcuee

> You should be able to select/switch which one is active in the "Device Qualifier Descriptor". That means there should be an API somewhere to downgrade/upgrade between High-Speed ​​and Full-Speed,...

Indeed this is good to have. BTW, `hidapi_error()` will be implemendted for libusb backend once https://github.com/libusb/hidapi/pull/698 is merged. * https://github.com/libusb/hidapi/pull/698

Maybe the following option can be used. ``` --open-path Open device by path (as in --list-detail) mcuee@freebsd14:~/build/hidapitester $ sudo ./hidapitester --list-detail 04D8/003F: Microchip Technology Inc. - Simple HID Device Demo...

@kootstra Please try the mentioned mentioned as well. Thanks. ``` --open-path Open device by path (as in --list-detail) ```

That is normal. The path may change across reboot. You have to get the path first before using the path.

You may want to provide more details about the device, macOS version and hidapi version. It seems that you are not using hidapi directly but rather a language binding. You...

Nice. This will address the following issue. * https://github.com/libusb/hidapi/issues/543

First test under FreeBSD 14.1 Release, under a physical machine (Chuwi mini PC, Intel J4125 CPU, 8GB RAM, 256GB SSD) There are a few compiler warnings. ``` mcuee@freebsd14:~/build/hidapi_pr730 $ uname...

Somehow hidtest-hidraw will seg fault with the Microchip Simple HID example. ``` mcuee@freebsd14:~/build/hidapi_pr730 $ sudo ./hidtest/hidtest-hidraw hidapi test/example tool. Compiled with hidapi version 0.15.0, runtime version 0.15.0. Compile-time version matches...

> Fix it:). Forget to fix the warning. Thanks. The compiler warnings are gone. The Segfault issue is still there though.