diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-10-10 15:57:56 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-10-10 18:05:35 +0200 |
commit | 7168f4a74b1c4b38582186b36b222eee8b72cc5c (patch) | |
tree | dba7f00c6e663ad4ca05367f127ff2676a32b713 /device.cc | |
parent | 69fc2ffcd32527c14c792cf4d3e30e4073a8f0fa (diff) | |
download | libnitrokey-7168f4a74b1c4b38582186b36b222eee8b72cc5c.tar.gz libnitrokey-7168f4a74b1c4b38582186b36b222eee8b72cc5c.tar.bz2 |
Update device properties
Increase device delays
Increase retry count
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'device.cc')
-rw-r--r-- | device.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ Stick10::Stick10(): Stick20::Stick20(): - Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 10, 20ms) + Device(0x20a0, 0x4109, DeviceModel::STORAGE, 40ms, 25, 40ms) { setDefaultDelay(); } |