From f14285dba30404f23fc9de13d632e69f23f7cb75 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Thu, 6 Apr 2017 11:20:40 +0200 Subject: [PATCH] pixma_mp150: MG5400 Series doesn't need special image format post processing @ high dpi --- backend/pixma_mp150.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 30684dd64..05e5cc0ce 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -1170,6 +1170,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib) && s->cfg->pid != MG3600_PID && s->cfg->pid != MG2100_PID && s->cfg->pid != MG5300_PID + && s->cfg->pid != MG5400_PID && s->cfg->pid != MG5500_PID && s->cfg->pid != MG6300_PID && s->cfg->pid != MG6400_PID