hidapi icon indicating copy to clipboard operation
hidapi copied to clipboard

Trying to get the device name string for a HID device found during hid_enumerate ...

Open htartisan opened this issue 4 weeks ago • 0 comments

I'm using the "hid_enumerate" function call to get a list of all HID devices attached to the system. The problem is (at least on Windows) that the "product name" string that I am getting back in the "hid_device_info" linked list is "000001316C2D9650". What I am trying to get is the external device description string. How do I get that???

htartisan avatar Dec 03 '25 06:12 htartisan