From: Bastian Dehn Date: Fri, 27 Mar 2026 15:21:44 +0000 (+0100) Subject: change full profile to default X-Git-Tag: v1.1.25^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=c6d49f1b432643b7264ead36abaf0c23df1b299c;p=sane-kds-s2000w-net.git change full profile to default --- diff --git a/src/kds_s2000w_handler.h b/src/kds_s2000w_handler.h index 05c348a..d615e7e 100644 --- a/src/kds_s2000w_handler.h +++ b/src/kds_s2000w_handler.h @@ -5,9 +5,9 @@ #include typedef enum { - PROFILE_MIN, + PROFILE_FULL, PROFILE_230802_V1_0_36, - PROFILE_FULL + PROFILE_MIN } profile_t; typedef enum { diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index af48ee6..ab41772 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -2,9 +2,9 @@ scanner_url = "https://scanner.example.com" username = "muster" # option profile how many option descriptors are load -# 0=PROFILE_MIN +# 0=PROFILE_FULL # 1=PROFILE_230802_V1_0_36 -# 2=PROFILE_FULL +# 2=PROFILE_MIN # profile (default: 0) profile = 0