]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
make set io mode unsupported
authorBastian Dehn <hhaalo@arcor.de>
Sat, 3 Feb 2024 06:42:47 +0000 (07:42 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 3 Feb 2024 06:42:47 +0000 (07:42 +0100)
src/kds_s2000w_net.c

index 1353b1ecb9e04ff6caadac8bf05c3863c95a91d0..3273779aae7ed1b38426106924e92aaec475fd70 100644 (file)
@@ -205,7 +205,7 @@ void _sane_kds_s2000w_net_cancel(SANE_Handle handle)
 SANE_Status _sane_kds_s2000w_net_set_io_mode(SANE_Handle handle,
        SANE_Bool non_blocking)
 {
-       return SANE_STATUS_GOOD;
+       return SANE_STATUS_UNSUPPORTED;
 }
 
 SANE_Status _sane_kds_s2000w_net_get_select_fd(SANE_Handle handle, SANE_Int* fd)