From ea54338db771bcc16aa60ca77b02ab40422eb048 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Tue, 16 Sep 2014 11:18:12 +0200 Subject: [PATCH] MX530 doesn't need image post processing --- backend/pixma_mp150.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index bb1589bb1..d06904c9a 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -1130,6 +1130,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib) && s->cfg->pid != MP220_PID && s->cfg->pid != MX360_PID && s->cfg->pid != MX370_PID + && s->cfg->pid != MX530_PID && s->cfg->pid != MX890_PID && s->cfg->pid != MX720_PID && s->cfg->pid != MX920_PID