summaryrefslogtreecommitdiffstats
path: root/src/qmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmode.c')
-rw-r--r--src/qmode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmode.c b/src/qmode.c
index 79e4de8..ce722d7 100644
--- a/src/qmode.c
+++ b/src/qmode.c
@@ -134,11 +134,11 @@ int queue_mode(void)
} else {
do {
#if HAVE_USB
- if (connect_via_usb()) {
+/* if (connect_via_usb()) {
fprintf(stderr, "Cannot connect to device. It is possibly not in boot stage.\n");
squeue_push2(p, "error", "Cannot connect to the device", 1);
return 0;
- }
+ }*/
#endif
printf("Waiting for a client in shared queues..\n");
setsid();