diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 90b879984..307d2e5f4 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -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 */