From 70b2085e1b4d062d654e2073ebe5fd3269d71080 Mon Sep 17 00:00:00 2001 From: Alessandro Zummo Date: Tue, 21 Apr 2009 00:43:05 +0000 Subject: [PATCH] temporarily disable infrared. --- ChangeLog | 3 +++ backend/coolscan3.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc30c53cc..9d143d105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-04-20 Alessandro Zummo + * backend/coolscan3.c: temporarily disable infrared. + 2009-04-17 Nicolas Martin * doc/sane-pixma.man, doc/descriptions/pixma.desc: Updated documentation for Pixma MP540, reported to work fine by Rogge. diff --git a/backend/coolscan3.c b/backend/coolscan3.c index d32ec292c..22bd62c95 100644 --- a/backend/coolscan3.c +++ b/backend/coolscan3.c @@ -451,7 +451,7 @@ sane_open(SANE_String_Const name, SANE_Handle * h) /*o.cap |= SANE_CAP_INACTIVE; */ break; - case CS3_OPTION_INFRARED: +/* case CS3_OPTION_INFRARED: o.name = "infrared"; o.title = "Read infrared channel"; o.desc = "Read infrared channel in addition to scan colors"; @@ -459,7 +459,7 @@ sane_open(SANE_String_Const name, SANE_Handle * h) o.size = WSIZE; o.cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; break; - +*/ case CS3_OPTION_DEPTH: o.name = "depth"; o.title = "Bit depth per channel";