]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add comment for waking up
authorBastian Dehn <hhaalo@arcor.de>
Sat, 4 Jan 2025 11:56:29 +0000 (12:56 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 4 Jan 2025 11:56:29 +0000 (12:56 +0100)
src/kds_s2000w_handler.c

index 86fc6206a475cdc6bca0c32c26a31e642623b4f2..c35523b9b30a43610ded67f349e998e86c1f0939 100644 (file)
@@ -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++) {