Commit afe7710858e4ce28bb60f6ae6e167a18d687634f

Con Kolivas 2013-12-21T08:28:23

Change default hashfast timeout to 500ms.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usbutils.c b/usbutils.c
index 83468d2..28dc6a2 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -77,7 +77,7 @@ static cgtimer_t usb11_cgt;
 #define MODMINER_TIMEOUT_MS 100
 #define AVALON_TIMEOUT_MS 200
 #define KLONDIKE_TIMEOUT_MS 200
-#define HASHFAST_TIMEOUT_MS 200
+#define HASHFAST_TIMEOUT_MS 500
 #endif
 
 #define USB_EPS(_intx, _epinfosx) { \