[sane-devel] [sane-commit] [sane-backends] 02/02: fix 1200 dpi scanning for MB5000 series
Rolf Bensch
rolf at bensch-online.de
Fri May 5 08:56:37 UTC 2017
Hello Louis,
Please don't forget to increment the pixma backend version in pixma.h
(PIXMA_VERSION_BUILD) and in pixma.desc (version) after patching the code.
Many thanks.
Cheers,
Rolf
Am 03.05.2017 um 16:35 schrieb Louis Lagendijk:
> This is an automated email from the git hooks/post-receive script.
>
> llagendijk-guest pushed a commit to branch master
> in repository sane-backends.
>
> commit 0ca2fc46136dbaa30da25f4b79b67871c7e2d39b
> Author: Louis Lagendijk <louis.lagendijk at gmail.com>
> Date: Wed May 3 13:52:06 2017 +0200
>
> 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 74fc8e8..dca0965 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 */
>
More information about the sane-devel
mailing list