kopia lustrzana https://gitlab.com/sane-project/backends
bugfix
rodzic
ae06a8a3c4
commit
809228102f
|
@ -1,3 +1,7 @@
|
|||
2004-06-28 m. allan noah <anoah at pfeiffer dot edu>
|
||||
* backend/fujitsu.c: use model code instead of string compare
|
||||
submitted by: stan at saticed.me.uk
|
||||
|
||||
2004-06-21 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
* doc/descriptions/unsupported.desc: removed Compac S4 100
|
||||
(supported by the Plustek backend), added various Plustek
|
||||
|
|
|
@ -130,6 +130,9 @@
|
|||
- enabled option dropoutcolor for the fi-4530C, and fi-4x20C
|
||||
02.06.2004 (oschirr@abm.de)
|
||||
- bugfix: can read duplex color now
|
||||
2004-06-28 (anoah@pfeiffer.edu)
|
||||
- bugfix: use model code instead of string compare with 4220
|
||||
submitted by: stan@saticed.me.uk
|
||||
|
||||
SANE FLOW DIAGRAM
|
||||
|
||||
|
@ -4503,7 +4506,7 @@ identify_scanner (struct fujitsu *s)
|
|||
if (!strncmp (product, "fi-4530C", 8) ||
|
||||
!strncmp (product, "M3091", 5) ||
|
||||
!strncmp (product, "M3092", 5) ||
|
||||
!strncmp (product, "fi-4120", 7) )
|
||||
s->model == MODEL_FI4x20)
|
||||
{
|
||||
/* These scanner don't support standard paper size specification
|
||||
* in bye 0x35 of the window descriptor block
|
||||
|
|
Ładowanie…
Reference in New Issue