Closed jm4R closed 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.
hid_enumerate
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.
Please see #373
@Youw yes, I am aware of that, just miss-googled the right repo. Thanks!
right, I sueggest to close the ticket here
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
returnsnullptr
.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.