From: Bastian Dehn Date: Sat, 4 Jan 2025 11:56:29 +0000 (+0100) Subject: add comment for waking up X-Git-Tag: v1.0.23^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=3e9c918efde54cbbdc143faaa51b48a1088ef518;p=sane-kds-s2000w-net.git add comment for waking up --- diff --git a/src/kds_s2000w_handler.c b/src/kds_s2000w_handler.c index 86fc620..c35523b 100644 --- a/src/kds_s2000w_handler.c +++ b/src/kds_s2000w_handler.c @@ -282,6 +282,7 @@ void kds_s2000w_handler_open(const char* devicename, void** handle) kds_s2000w_client_init(); + // status code 408 waking up repeat open session response* resp = NULL; int result = 0; for (int i = 0; i < 30; i++) {