kopia lustrzana https://gitlab.com/sane-project/backends
enabled dropoutcolor for fi4x20C
rodzic
d431a39f63
commit
24af8c80d9
|
@ -1,3 +1,6 @@
|
||||||
|
2004-03-04 Oliver Schirrmeister <oschirr@abm.de>
|
||||||
|
* backend/fujitsu.c
|
||||||
|
enabled dropoutcolor for fi4x20C
|
||||||
2004-03-04 Oliver Schirrmeister <oschirr@abm.de>
|
2004-03-04 Oliver Schirrmeister <oschirr@abm.de>
|
||||||
* backend/fujitsu.c
|
* backend/fujitsu.c
|
||||||
enabled dropoutcolor for fi4530C
|
enabled dropoutcolor for fi4530C
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
- inverted the image in mode color and grayscale
|
- inverted the image in mode color and grayscale
|
||||||
- jpg hardware compression support (fi-4530C)
|
- jpg hardware compression support (fi-4530C)
|
||||||
04-Mrz-2004 (oschirr@abm.de)
|
04-Mrz-2004 (oschirr@abm.de)
|
||||||
- enabled option dropoutcolor for the fi-4530C
|
- enabled option dropoutcolor for the fi-4530C, and fi-4x20C
|
||||||
|
|
||||||
SANE FLOW DIAGRAM
|
SANE FLOW DIAGRAM
|
||||||
|
|
||||||
|
@ -7459,7 +7459,6 @@ setDefaults3091 (struct fujitsu *scanner)
|
||||||
scanner->opt[OPT_MATRIX4X4].cap = SANE_CAP_INACTIVE;
|
scanner->opt[OPT_MATRIX4X4].cap = SANE_CAP_INACTIVE;
|
||||||
scanner->opt[OPT_MATRIX5X5].cap = SANE_CAP_INACTIVE;
|
scanner->opt[OPT_MATRIX5X5].cap = SANE_CAP_INACTIVE;
|
||||||
|
|
||||||
scanner->opt[OPT_DROPOUT_COLOR].cap = SANE_CAP_INACTIVE;
|
|
||||||
scanner->dropout_color = MSEL_dropout_DEFAULT;
|
scanner->dropout_color = MSEL_dropout_DEFAULT;
|
||||||
|
|
||||||
scanner->sleep_time = 15;
|
scanner->sleep_time = 15;
|
||||||
|
@ -7618,11 +7617,6 @@ setMode3096 (struct fujitsu *scanner, int mode)
|
||||||
scanner->opt[OPT_Y_RES].constraint_type = SANE_CONSTRAINT_WORD_LIST;
|
scanner->opt[OPT_Y_RES].constraint_type = SANE_CONSTRAINT_WORD_LIST;
|
||||||
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsBW;
|
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsBW;
|
||||||
*/
|
*/
|
||||||
if (scanner->has_dropout_color)
|
|
||||||
{
|
|
||||||
scanner->opt[OPT_DROPOUT_COLOR].cap =
|
|
||||||
SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* verify that the currently set resolutions aren't out of order */
|
/* verify that the currently set resolutions aren't out of order */
|
||||||
/* - for this specific scanner that's not necessary since */
|
/* - for this specific scanner that's not necessary since */
|
||||||
|
@ -7662,11 +7656,7 @@ setMode3096 (struct fujitsu *scanner, int mode)
|
||||||
scanner->opt[OPT_Y_RES].constraint_type = SANE_CONSTRAINT_WORD_LIST;
|
scanner->opt[OPT_Y_RES].constraint_type = SANE_CONSTRAINT_WORD_LIST;
|
||||||
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsBW;
|
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsBW;
|
||||||
*/
|
*/
|
||||||
if (scanner->has_dropout_color)
|
|
||||||
{
|
|
||||||
scanner->opt[OPT_DROPOUT_COLOR].cap =
|
|
||||||
SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT;
|
|
||||||
}
|
|
||||||
/* verify that the currently set resolutions aren't out of order */
|
/* verify that the currently set resolutions aren't out of order */
|
||||||
/* - for this specific scanner that's not necessary since */
|
/* - for this specific scanner that's not necessary since */
|
||||||
/* monochrome mode supports the superset of resolutions */
|
/* monochrome mode supports the superset of resolutions */
|
||||||
|
@ -7711,11 +7701,6 @@ setMode3096 (struct fujitsu *scanner, int mode)
|
||||||
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsGray;
|
scanner->opt[OPT_Y_RES].constraint.word_list = allowableResolutionsGray;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (scanner->has_dropout_color)
|
|
||||||
{
|
|
||||||
scanner->opt[OPT_DROPOUT_COLOR].cap =
|
|
||||||
SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT;
|
|
||||||
}
|
|
||||||
/* verify that the currently set resolutions aren't out of order */
|
/* verify that the currently set resolutions aren't out of order */
|
||||||
/*
|
/*
|
||||||
if (scanner->resolution_x == 240)
|
if (scanner->resolution_x == 240)
|
||||||
|
|
Ładowanie…
Reference in New Issue