kopia lustrzana https://gitlab.com/sane-project/backends
pixma backend: change for mf3110 scanned image encoding.
rodzic
6c13f7d522
commit
a4591467e8
|
@ -1,3 +1,7 @@
|
||||||
|
2009-09-03 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||||
|
* backend/pixma_mp730.c:
|
||||||
|
pixma backend: change for MF3110 image encoding.
|
||||||
|
|
||||||
2009-08-29 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
2009-08-29 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||||
* backend/pixma_imageclass.c, backend/pixma_mp730.c:
|
* backend/pixma_imageclass.c, backend/pixma_mp730.c:
|
||||||
pixma backend: moved MF3110 declaration to mp730 part of backend.
|
pixma backend: moved MF3110 declaration to mp730 part of backend.
|
||||||
|
|
|
@ -612,7 +612,8 @@ mp730_fill_buffer (pixma_t * s, pixma_imagebuf_t * ib)
|
||||||
if (s->param->channels != 1 &&
|
if (s->param->channels != 1 &&
|
||||||
s->cfg->pid != MF5730_PID &&
|
s->cfg->pid != MF5730_PID &&
|
||||||
s->cfg->pid != MF5750_PID &&
|
s->cfg->pid != MF5750_PID &&
|
||||||
s->cfg->pid != MF5770_PID)
|
s->cfg->pid != MF5770_PID &&
|
||||||
|
s->cfg->pid != MF3110_PID)
|
||||||
{
|
{
|
||||||
/* color, and not an MF57x0 */
|
/* color, and not an MF57x0 */
|
||||||
pack_rgb (mp->imgbuf, n, mp->raw_width, mp->lbuf);
|
pack_rgb (mp->imgbuf, n, mp->raw_width, mp->lbuf);
|
||||||
|
|
Ładowanie…
Reference in New Issue