]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
open device unsupported it should implemented
authorBastian Dehn <hhaalo@arcor.de>
Sat, 20 Jan 2024 18:28:36 +0000 (19:28 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 20 Jan 2024 18:28:36 +0000 (19:28 +0100)
src/kds_s2000w_net.c

index 623077219dc680616a1563986a84d3030d6e5b96..f786ea522c37d2bd5616b3dd1fe6f4fa98fc6d36 100644 (file)
@@ -39,7 +39,7 @@ SANE_Status _sane_kds_s2000w_net_open(SANE_String_Const devicename,
                return SANE_STATUS_INVAL;
        }
 
-       return SANE_STATUS_GOOD;
+       return SANE_STATUS_UNSUPPORTED;
 }
 
 void _sane_kds_s2000w_net_close(SANE_Handle handle)