aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.cc b/device.cc
index 477884b..0427d29 100644
--- a/device.cc
+++ b/device.cc
@@ -91,4 +91,5 @@ Stick10::Stick10() {
Stick20::Stick20() {
m_vid = 0x20a0;
m_pid = 0x4109;
+ m_retry_timeout = std::chrono::milliseconds(500);
}