kopia lustrzana https://gitlab.com/sane-project/backends
disable bg_color for S1500
rodzic
23284110c4
commit
12eff8286d
|
@ -1,3 +1,6 @@
|
||||||
|
2010-02-12 m. allan noah <kitno455 at gmail dot com>
|
||||||
|
* backend/fujitsu.c: disable bg_color for S1500
|
||||||
|
|
||||||
2010-02-12 Stéphane Voltz <stef.dev ar free.fr>
|
2010-02-12 Stéphane Voltz <stef.dev ar free.fr>
|
||||||
* backend/genesys_gl646.c: fixed MD5345 calibration
|
* backend/genesys_gl646.c: fixed MD5345 calibration
|
||||||
|
|
||||||
|
|
|
@ -450,6 +450,7 @@
|
||||||
- clean up #include lines and copyright
|
- clean up #include lines and copyright
|
||||||
- add SANE_I18N to static strings
|
- add SANE_I18N to static strings
|
||||||
- don't fail if scsi buffer is too small
|
- don't fail if scsi buffer is too small
|
||||||
|
- disable bg_color for S1500
|
||||||
|
|
||||||
SANE FLOW DIAGRAM
|
SANE FLOW DIAGRAM
|
||||||
|
|
||||||
|
@ -2031,6 +2032,11 @@ init_model (struct fujitsu *s)
|
||||||
s->max_y_fb = 14173;
|
s->max_y_fb = 14173;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (strstr (s->model_name,"S1500")){
|
||||||
|
/*lies*/
|
||||||
|
s->has_MS_bg=0;
|
||||||
|
}
|
||||||
|
|
||||||
DBG (10, "init_model: finish\n");
|
DBG (10, "init_model: finish\n");
|
||||||
|
|
||||||
return SANE_STATUS_GOOD;
|
return SANE_STATUS_GOOD;
|
||||||
|
|
Ładowanie…
Reference in New Issue