aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/device.h
Commit message (Collapse)AuthorAge
* Add product_id_to_model functionRobin Krahl2019-01-13
|
* Extract vendor and product IDs into constantsRobin Krahl2019-01-13
|
* Change Device::enumerate return type to use DeviceInfoRobin Krahl2019-01-13
| | | | | | The return type of Device::enumerate is changed from std::vector<std::string> to std::vector<DeviceInfo> to expose the additional information contained in the DeviceInfo struct.
* Add DeviceInfo struct for enumerationRobin Krahl2019-01-13
| | | | | | This is a preparation for a future patch that will change the enumerate method to return a vector of DeviceInfo instances instead of a vector of strings.
* Make unbundling easierDavid Seifert2018-03-13