summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-02 11:41:24 +0000
committerRichard Hughes <richard@hughsie.com>2015-05-01 14:55:12 +0100
commita2ee3f180f328895f7d4494e7498c78c6795fadc (patch)
treeac2784d646fccedc68b029379783664a4e452a0b
parentc390fc9994e80a5df81a8c6a6416da2219906ae2 (diff)
downloadcolord-a2ee3f180f328895f7d4494e7498c78c6795fadc.tar.gz
trivial: Increase the device replug delay to 10s
On some USB1 hubs this can take much longer than 5s.
-rw-r--r--lib/colorhug/ch-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 4d0e318..90267e6 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -51,7 +51,7 @@ G_BEGIN_DECLS
#define CH_USB_PID_LEGACY 0xf8da
/* the default timeout in client tools */
-#define CH_DEVICE_USB_TIMEOUT 5000 /* ms */
+#define CH_DEVICE_USB_TIMEOUT 10000 /* ms */
/* constants for ownership tags */
#define CH_OWNER_LENGTH_MAX 60