From d5936e9349dd244222d5b4c4f2f88d442bba40d3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 11 Jan 2019 13:53:59 +0000 Subject: Update readme and todo for NK_get_device_model --- README.md | 2 ++ TODO.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53054de..c0799a9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ available but still under development. The following functions provided by `libnitrokey` are deliberately not supported by `nitrokey-rs`: +- `NK_get_device_model()`. We know which model we connected to, so we can + provide this information without calling `libnitrokey`. - `NK_get_time()`. This method is useless as it will always cause a timestamp error on the device (see [pull request #114][] for `libnitrokey` for details). - `NK_get_status()`. This method only provides a string representation of diff --git a/TODO.md b/TODO.md index 2fc40d3..cd258fc 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,6 @@ - `NK_get_progress_bar_value` - `NK_list_devices_by_cpuID` - `NK_connect_with_ID` - - `NK_get_device_model` - `NK_get_storage_production_info` - Fix timing issues with the `totp_no_pin` and `totp_pin` test cases. - Clear passwords from memory. -- cgit v1.2.1