pixma backend: change for mf3110 scanned image encoding.

merge-requests/1/head
Nicolas Martin 2009-09-03 22:19:20 +02:00
rodzic 6c13f7d522
commit a4591467e8
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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>
* backend/pixma_imageclass.c, backend/pixma_mp730.c:
pixma backend: moved MF3110 declaration to mp730 part of backend.

Wyświetl plik

@ -612,7 +612,8 @@ mp730_fill_buffer (pixma_t * s, pixma_imagebuf_t * ib)
if (s->param->channels != 1 &&
s->cfg->pid != MF5730_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 */
pack_rgb (mp->imgbuf, n, mp->raw_width, mp->lbuf);