]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add autostart option v1.0.36 profile
authorBastian Dehn <hhaalo@arcor.de>
Thu, 25 Sep 2025 07:49:28 +0000 (09:49 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 25 Sep 2025 07:49:28 +0000 (09:49 +0200)
src/kds_s2000w_option_descriptors.c

index 5521cca3eff0e8390ce60e1efbaa0c547188d6c9..5c3b060982fa2b34a17fc38cda282218179e41d6 100644 (file)
@@ -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()