google / gousb

gousb provides low-level interface for accessing USB devices
Apache License 2.0
838 stars 124 forks source link

Add Path to DeviceDesc #101

Closed willmcenaney closed 2 years ago

willmcenaney commented 2 years ago

See #28.

Implemented Path as part of getDeviceDesc as suggested. Appended port to path to give complete device port path (except for bus number). This gives a consistent result with its name in context and with comparable usb library in python.

willmcenaney commented 2 years ago

Hey @zagrodzki could you review(&hopefully merge) when you get chance? Is there a standard release cycle?

willmcenaney commented 2 years ago

Thanks for all your help @zagrodzki