diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-08-10 12:19:28 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-08-10 12:19:28 +0200 |
commit | 27acbb09a53b93a2b6f8a6533d346ea6ec1bf80d (patch) | |
tree | 577169dbca2603c8bc7bad461a9fbf2780c0ca5d /src/qmode.c | |
parent | b142205f1c0f0a1202c882ff1994a4d3255c28bf (diff) | |
download | 0xFFFF-27acbb09a53b93a2b6f8a6533d346ea6ec1bf80d.tar.bz2 |
Fix compilation
Diffstat (limited to 'src/qmode.c')
-rw-r--r-- | src/qmode.c | 4 |
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(); |