From: Bastian Dehn Date: Sat, 3 Feb 2024 12:22:45 +0000 (+0100) Subject: read only in one second X-Git-Tag: v1.0.0^2~363 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1f8f80206858153e9218beebf6f275e4ec848d0a;p=sane-kds-s2000w-net.git read only in one second --- diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index 1da5fd2..e465452 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include "kds_s2000w_option_descriptors.h" #include "kds_s2000w_handler.h" @@ -192,6 +193,7 @@ SANE_Status _sane_kds_s2000w_net_read(SANE_Handle handle, SANE_Byte* data, } *length = length_count; + sleep(1); return SANE_STATUS_GOOD; }