From: Bastian Dehn Date: Mon, 26 Feb 2024 14:56:47 +0000 (+0100) Subject: fix activate blue gamma vector X-Git-Tag: v1.0.0^2~177 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=c388b603e1d29004b5564c9d98ff0eaa1209d494;p=sane-kds-s2000w-net.git fix activate blue gamma vector --- diff --git a/src/kds_s2000w_option_descriptors.c b/src/kds_s2000w_option_descriptors.c index 68d68f2..fe1e494 100644 --- a/src/kds_s2000w_option_descriptors.c +++ b/src/kds_s2000w_option_descriptors.c @@ -669,7 +669,7 @@ SANE_Option_Descriptor* _kds_s2000w_option_descriptor_gamma_vector_b() constraint_gamma_range->min = 0; constraint_gamma_range->max = 255; constraint_gamma_range->quant = 0; - descriptor->cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT | SANE_CAP_INACTIVE; + descriptor->cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; descriptor->constraint_type = SANE_CONSTRAINT_RANGE; descriptor->constraint.range = constraint_gamma_range_b; descriptor->size = sizeof(SANE_Int) * 256;