kopia lustrzana https://gitlab.com/sane-project/backends
bugfix: It is possible to read duplex color now.
rodzic
446bc30b7d
commit
94ce381d82
|
@ -1,3 +1,8 @@
|
|||
2004-06-02 Oliver Schirrmeister <oschirr@abm.de>
|
||||
|
||||
* fujitsu.c
|
||||
bugfix: It is possible to read duplex color now.
|
||||
|
||||
2004-05-31 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* AUTHORS: Mattias Ellert has CVS write access now.
|
||||
|
|
|
@ -128,7 +128,9 @@
|
|||
- jpg hardware compression support (fi-4530C)
|
||||
04-Mrz-2004 (oschirr@abm.de)
|
||||
- enabled option dropoutcolor for the fi-4530C, and fi-4x20C
|
||||
|
||||
02.06.2004 (oschirr@abm.de)
|
||||
- bugfix: can read duplex color now
|
||||
|
||||
SANE FLOW DIAGRAM
|
||||
|
||||
- sane_init() : initialize backend, attach scanners
|
||||
|
@ -6313,6 +6315,7 @@ reader_duplex_alternate (struct fujitsu *scanner,
|
|||
else {
|
||||
/* write data to buffer */
|
||||
memcpy (duplexPointer, largeBuffer, i_data_read);
|
||||
duplexPointer += data_to_read;
|
||||
}
|
||||
|
||||
DBG (MSG_IO_READ,
|
||||
|
|
Ładowanie…
Reference in New Issue