[sane-devel] Canon imageClass MFP's

Nicolas nicolas.martin at freesurf.fr
Mon Apr 21 19:47:02 UTC 2008


FYI, have committed to CVS, the pixma backend updates provided by Dennis
(thanks), to add support for ImageCLASS series MFPs (currently designed
and tested for MF4270) to Sane pixma backend. 

Nicolas

Le dimanche 20 avril 2008 à 17:55 -0700, Dennis Lou a écrit :
> Regarding the ADF duplex issue, this line looks suspect:
> 
> Index: pixma.c
> ===================================================================
> RCS file: /cvsroot/sane/sane-backends/backend/pixma.c,v
> retrieving revision 1.11
> diff -a -u -r1.11 pixma.c
> --- pixma.c     2 Apr 2008 20:13:48 -0000       1.11
> +++ pixma.c     21 Apr 2008 00:53:47 -0000
> @@ -641,7 +641,7 @@
>        i++;
>      }
>  #if 1
> -  if (cfg->cap & PIXMA_CAP_ADFDUP)
> +  if ((cfg->cap & PIXMA_CAP_ADFDUP) == PIXMA_CAP_ADFDUP)
>      {
>        ss->source_list[i] = SANE_I18N ("ADF Duplex");
>        ss->source_map[i] = PIXMA_SOURCE_ADFDUP;
> 
> 
> 
> -Dennis
> 





More information about the sane-devel mailing list