From 36ec9846ffeb46e37e7b99f19042d83e7505b577 Mon Sep 17 00:00:00 2001 From: Peter Fales Date: Wed, 4 Dec 2002 04:22:27 +0000 Subject: [PATCH] Disable "Low Res" option when snapping a new picture, because we don't actually have the ability to change the resolution --- backend/gphoto2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/gphoto2.c b/backend/gphoto2.c index e2126542b..4d4a7133b 100644 --- a/backend/gphoto2.c +++ b/backend/gphoto2.c @@ -1117,7 +1117,9 @@ sane_control_option (SANE_Handle handle, SANE_Int option, if (gphoto2_opt_snap) { /* activate the resolution setting */ +/* Until we figure out how to do this sod[GPHOTO2_OPT_LOWRES].cap &= ~SANE_CAP_INACTIVE; +*/ /* and de-activate the image number selector */ sod[GPHOTO2_OPT_IMAGE_NUMBER].cap |= SANE_CAP_INACTIVE; }