]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
reload params depth change
authorBastian Dehn <hhaalo@arcor.de>
Sat, 24 Feb 2024 18:39:29 +0000 (19:39 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 24 Feb 2024 18:39:29 +0000 (19:39 +0100)
src/kds_s2000w_handler_opts.c

index c0b14d919dd5688d85a05c2006ae99a08e2bf2f7..b3a85918ca0f9f052d42f9914c5c0922ccd29b85 100644 (file)
@@ -389,7 +389,7 @@ void kds_s2000w_handler_set_option(handler* h, int option, void* value, int* inf
                case 25:
                        int* int_value = (int*) value;
                        h->current_metadata->depth = *int_value;
-                       *info = RELOAD_OPTIONS;
+                       *info = RELOAD_PARAMS;
                        break;
                default:
                        break;