From: Bastian Dehn Date: Thu, 25 Sep 2025 07:49:28 +0000 (+0200) Subject: add autostart option v1.0.36 profile X-Git-Tag: v1.1.7^2~3^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=de6595112cb0caa449f4b08e5883a124a6ccde4e;p=sane-kds-s2000w-net.git add autostart option v1.0.36 profile --- diff --git a/src/kds_s2000w_option_descriptors.c b/src/kds_s2000w_option_descriptors.c index 5521cca..5c3b060 100644 --- a/src/kds_s2000w_option_descriptors.c +++ b/src/kds_s2000w_option_descriptors.c @@ -5,7 +5,7 @@ #include "kds_s2000w_debug.h" #define PROFILE_FULL_MAX_OPTION_COUNT 48 -#define PROFILE_230802_V1_0_36_MAX_OPTION_COUNT 24 +#define PROFILE_230802_V1_0_36_MAX_OPTION_COUNT 26 #define PROFILE_MIN_MAX_OPTION_COUNT 10 option_descriptor** descriptors = NULL; @@ -1218,6 +1218,10 @@ void _kds_s2000w_option_descriptors_init_230802_v1_0_36_profile() descriptors[22]->descriptor = _kds_s2000w_option_descriptor_image_processing_group(); descriptors[23]->config_name = SKIP_BLANK_PAGES; descriptors[23]->descriptor = _kds_s2000w_option_descriptor_skip_blank_pages(); + descriptors[24]->config_name = FEEDER_GROUP; + descriptors[24]->descriptor = _kds_s2000w_option_descriptor_feeder_group(); + descriptors[25]->config_name = AUTOSTART; + descriptors[25]->descriptor = _kds_s2000w_option_descriptor_autostart(); } void _kds_s2000w_option_descriptors_init_full_profile()