enabled dropoutcolor for the fi4530C

merge-requests/1/head
Oliver Schirrmeister 2004-03-04 12:10:24 +00:00
rodzic fafecc251d
commit d431a39f63
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-03-04 Oliver Schirrmeister <oschirr@abm.de>
* backend/fujitsu.c
enabled dropoutcolor for fi4530C
2004-03-03 Gerhard Jaeger <gerhard@gjaeger.de>
* doc/descriptions/unsupported.desc: Updated Plustek section.
* doc/descriptions-external/genesys.desc: updated list of scanners

Wyświetl plik

@ -126,6 +126,8 @@
- merged the 3092-routines with the 3091-routines.
- inverted the image in mode color and grayscale
- jpg hardware compression support (fi-4530C)
04-Mrz-2004 (oschirr@abm.de)
- enabled option dropoutcolor for the fi-4530C
SANE FLOW DIAGRAM
@ -4154,6 +4156,7 @@ identify_scanner (struct fujitsu *s)
if (!strncmp (product, "fi-4530C", 8))
{
s->has_dropout_color = SANE_TRUE;
s->read_mode = READ_MODE_BGR;
}
}