pixma_mp150: MG7700 Series doesn't need special image format post processing @ high dpi

merge-requests/1/head
Rolf Bensch 2016-03-31 11:21:27 +02:00
rodzic e6b6ad9d48
commit 2556ffc2c5
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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