From: Bastian Dehn Date: Tue, 23 Sep 2025 13:04:28 +0000 (+0200) Subject: change full profile max value X-Git-Tag: v1.1.6^2~1^2~8 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9e9906ea100d2ace6949dc1391a77843d102d182;p=sane-kds-s2000w-net.git change full profile max value --- diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index 8d00ce8..77f0d1d 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -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 diff --git a/src/kds_s2000w_option_descriptors.h b/src/kds_s2000w_option_descriptors.h index 7ff0e03..8cccd19 100644 --- a/src/kds_s2000w_option_descriptors.h +++ b/src/kds_s2000w_option_descriptors.h @@ -58,8 +58,8 @@ #define DOCUMENT_FEEDER_TIMEOUT_RESPONSE "DocumentFeederTimeoutResponse" enum { - PROFILE_FULL, - PROFILE_MIN + PROFILE_MIN, + PROFILE_FULL }; typedef struct {