]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change full profile max value
authorBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 13:04:28 +0000 (15:04 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 13:04:28 +0000 (15:04 +0200)
src/kds_s2000w_net.conf
src/kds_s2000w_option_descriptors.h

index 8d00ce8715dffe76ba3b81c6bafb06822fd813d9..77f0d1d3d522772ec9719f0c78ee3c042d48fbb2 100644 (file)
@@ -1,7 +1,8 @@
 scanner_url = "https://scanner.example.com"
 username = "muster"
 
-profile = 0
+# profile: 0=FULL 1=MIN
+profile = 1
 
 # log levels: 0=OFF, 1=FATAL, 2=ERROR, 3=WARN, 4=INFO, 5=DEBUG, 6=ALL
 # set KDS_S2000W_NET_DEBUG enviroment variable
index 7ff0e03a3689c1b26a31ee7ae57fbc9a622d345c..8cccd19c13fc3903390352bd8d3984c61797213a 100644 (file)
@@ -58,8 +58,8 @@
 #define DOCUMENT_FEEDER_TIMEOUT_RESPONSE "DocumentFeederTimeoutResponse"
 
 enum {
-       PROFILE_FULL,
-       PROFILE_MIN
+       PROFILE_MIN,
+       PROFILE_FULL
 };
 
 typedef struct {