Under Windows, I need to access device's friendly name (SetupDiGetDeviceRegistryProperty with property SPDRP_FRIENDLYNAME).
This information is not part of libusbp::device. May it be added to the API? It's probably only available under Windows, I did not check. Would that be an acceptable pull request?
Else, can one retrieve the internal device handle from libusbp::device and later call SetupDiGetDeviceRegistryProperty?
Under Windows, I need to access device's friendly name (
SetupDiGetDeviceRegistryPropertywith propertySPDRP_FRIENDLYNAME).This information is not part of
libusbp::device. May it be added to the API? It's probably only available under Windows, I did not check. Would that be an acceptable pull request?Else, can one retrieve the internal device handle from
libusbp::deviceand later callSetupDiGetDeviceRegistryProperty?