fix 1200 dpi scanning for MB5000 series

merge-requests/1/head
Louis Lagendijk 2017-05-03 13:52:06 +02:00
rodzic ff5c11622d
commit 0ca2fc4613
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1178,7 +1178,8 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
&& s->cfg->pid != MG6400_PID
&& s->cfg->pid != MG7100_PID
&& s->cfg->pid != MG7500_PID
&& s->cfg->pid != MG7700_PID)
&& s->cfg->pid != MG7700_PID
&& s->cfg->pid != MB5000_PID)
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
/* Crop line to selected borders */