From 522f405e9407adff5c34b3dd1b73db9b27042ddc Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 21 Jan 2024 16:04:50 +0100 Subject: [PATCH] change control option unsupported --- src/kds_s2000w_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index 5ca2b59..c2d6fa8 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -98,7 +98,7 @@ SANE_Status _sane_kds_s2000w_net_control_option(SANE_Handle handle, if (action == SANE_ACTION_SET_AUTO) kds_s2000w_handler_set_option_auto(option); - return SANE_STATUS_GOOD; + return SANE_STATUS_UNSUPPORTED; } SANE_Status _sane_kds_s2000w_net_get_parameters(SANE_Handle handle, -- 2.39.5