]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change full profile to default
authorBastian Dehn <hhaalo@arcor.de>
Fri, 27 Mar 2026 15:21:44 +0000 (16:21 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 27 Mar 2026 15:21:44 +0000 (16:21 +0100)
src/kds_s2000w_handler.h
src/kds_s2000w_net.conf

index 05c348a445d712c6cb6604b635ae2e2338cb5b9b..d615e7e125386e50164e8cb1e18f6b99b1e86fe1 100644 (file)
@@ -5,9 +5,9 @@
 #include <json-c/json.h>
 
 typedef enum {
-       PROFILE_MIN,
+       PROFILE_FULL,
        PROFILE_230802_V1_0_36,
-       PROFILE_FULL
+       PROFILE_MIN
 } profile_t;
 
 typedef enum {
index af48ee6c0b072df936fb8b64a9dc7e35a3058217..ab41772b7f2c0a00f6762c4f9fa0b119dd151372 100644 (file)
@@ -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