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 <[email protected]> > 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 */ > -- sane-devel mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to [email protected]
