From cf2dfea0008d16cb70f8baeaae5a414e9bdafda3 Mon Sep 17 00:00:00 2001 From: Alessandro Zummo Date: Fri, 22 Jan 2016 20:44:36 +0100 Subject: [PATCH] epsonds: extend the bug fix to all depths --- backend/epsonds-ops.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/epsonds-ops.c b/backend/epsonds-ops.c index dfd4bb452..ce6acfbd2 100644 --- a/backend/epsonds-ops.c +++ b/backend/epsonds-ops.c @@ -221,9 +221,8 @@ eds_init_parameters(epsonds_scanner *s) else s->params.depth = s->val[OPT_DEPTH].w; - /* we have stripes on scanned pages in duplex @ 1bpp/300dpi */ - if (s->hw->has_stripes_bug && s->val[OPT_RESOLUTION].w == 300 - && s->params.depth == 1) { + /* we have stripes on scanned pages in duplex @ 300dpi */ + if (s->hw->has_stripes_bug && s->val[OPT_RESOLUTION].w == 300) { DBG(0, "%s: artifacts will be produced at 300 dpi, lowering to 299.\n", __func__);