libusb-rs icon indicating copy to clipboard operation
libusb-rs copied to clipboard

Add accessors to underlying data.

Open pantsman0 opened this issue 6 years ago • 0 comments

Adds extra(&self) methods to configuration, endpoint and interface descriptors. Adds port_number(&self) method to devices.

Access to the extra data from libusb is necessary in order to identify which devices have functional interfaces that require drivers (e.g. DFU devices).

pantsman0 avatar Sep 21 '18 06:09 pantsman0