signal11 / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
2.46k stars 901 forks source link

Windows version doesn't enumerate devices when exactly one is connected #466

Closed jm4R closed 3 years ago

jm4R commented 3 years ago

I don't know if this is coincidence, but this is my case:

I plug UPS HID device (CyberPower or APC) as an only HID device in the whole system, and hid_enumerate returns nullptr.

When I plug USB keyboard as a second device, hid_enumerate enumerates both - keyboard and UPS.

On Linux and exactly the same machine it works fine.

Youw commented 3 years ago

Please see #373

jm4R commented 3 years ago

@Youw yes, I am aware of that, just miss-googled the right repo. Thanks!

Youw commented 3 years ago

right, I sueggest to close the ticket here