temporarily disable infrared.

merge-requests/1/head
Alessandro Zummo 2009-04-21 00:43:05 +00:00
rodzic 17ce97ac80
commit 70b2085e1b
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2009-04-20 Alessandro Zummo <a.zummo@towertech.it>
* backend/coolscan3.c: temporarily disable infrared.
2009-04-17 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* doc/sane-pixma.man, doc/descriptions/pixma.desc:
Updated documentation for Pixma MP540, reported to work fine by Rogge.

Wyświetl plik

@ -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";