From d1fea9269d118942bbc52123e9c4378fb9c5ca70 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Fri, 14 Aug 2020 20:27:06 +0200 Subject: [PATCH] Revert "pixma: MP490 Series doesn't need special image formatting @ high dpi" This reverts commit 1675697366e0d69edf1e413265c6fc15e6f3ab97. See issue sane-project/backends#338 --- backend/pixma/pixma_mp150.c | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/pixma/pixma_mp150.c b/backend/pixma/pixma_mp150.c index b917e5877..01b202e10 100644 --- a/backend/pixma/pixma_mp150.c +++ b/backend/pixma/pixma_mp150.c @@ -1150,7 +1150,6 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib) * MP220, MX360 and generation 5 scanners are exceptions */ if (n > 1 && s->cfg->pid != MP220_PID - && s->cfg->pid != MP490_PID && s->cfg->pid != MX360_PID && (mp->generation < 5 /* generation 5 scanners *with* special image format */