From 0ca2fc46136dbaa30da25f4b79b67871c7e2d39b Mon Sep 17 00:00:00 2001 From: Louis Lagendijk Date: Wed, 3 May 2017 13:52:06 +0200 Subject: [PATCH] fix 1200 dpi scanning for MB5000 series --- 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 74fc8e8b5..dca0965aa 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -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 */