From 2556ffc2c593c3408cc554ecc97e07db457c975d Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Thu, 31 Mar 2016 11:21:27 +0200 Subject: [PATCH] pixma_mp150: MG7700 Series doesn't need special image format post processing @ high dpi --- backend/pixma_mp150.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */