aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-02-01 12:12:13 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-02-01 12:12:13 +0100
commite2e009d7d55b75da4537b1fbecb6759c0aabb63c (patch)
tree5afe04af8bf4eecbfb6d007b1fa77aab85121fa2 /NK_C_API.h
parent3e37da97c7b2417251585c1d985b54c9a71561e7 (diff)
parent2df8bb7f9da3231cb5a7153401d524feb7409642 (diff)
downloadlibnitrokey-e2e009d7d55b75da4537b1fbecb6759c0aabb63c.tar.gz
libnitrokey-e2e009d7d55b75da4537b1fbecb6759c0aabb63c.tar.bz2
Merge branch 'expose_firmware_update'
Diffstat (limited to 'NK_C_API.h')
-rw-r--r--NK_C_API.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index aa89ece..01290d8 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -475,6 +475,21 @@ extern "C" {
const char* new_update_password);
/**
+ * Enter update mode. Needs update password.
+ * When device is in update mode it no longer accepts any HID commands until
+ * firmware is launched (regardless of being updated or not).
+ * Smartcard (through CCID interface) and its all volumes are not visible as well.
+ * Its VID and PID are changed to factory-default (03eb:2ff1 Atmel Corp.)
+ * to be detected by flashing software. Result of this command can be reversed
+ * by using 'launch' command.
+ * For dfu-programmer it would be: 'dfu-programmer at32uc3a3256s launch'.
+ * Storage only
+ * @param update_password 20 characters
+ * @return command processing error code
+ */
+ NK_C_API int NK_enable_firmware_update(const char* update_password);
+
+ /**
* Get Storage stick status as string.
* Storage only
* @return string with devices attributes