diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-07-28 14:39:27 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 13:54:58 +0200 |
commit | 794e6da41ba22dc7c7294da52a8d5f448820525d (patch) | |
tree | 5874129f949a5677b3bade82570a1cca5c10f6c9 /device.cc | |
parent | 470750a93c181e01a761dd15f718a3256e4ce3be (diff) | |
download | libnitrokey-794e6da41ba22dc7c7294da52a8d5f448820525d.tar.gz libnitrokey-794e6da41ba22dc7c7294da52a8d5f448820525d.tar.bz2 |
Set different delay timings for Nitrokey Storage
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'device.cc')
-rw-r--r-- | device.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,4 +91,5 @@ Stick10::Stick10() { Stick20::Stick20() { m_vid = 0x20a0; m_pid = 0x4109; + m_retry_timeout = std::chrono::milliseconds(500); } |