hidapi
hidapi copied to clipboard
Trying to get the device name string for a HID device found during hid_enumerate ...
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???