[sane-devel] Canon imageClass MFP's

2008-04-22 Thread Dennis Lou
22, 2008 10:29:39 AM Subject: Re: [sane-devel] Canon imageClass MFP's Or perhaps: PIXMA_CAP_ADF_AND_ADFDUP ... Anyway, let me know if you have any code update to perform. Nicolas Dennis Lou wrote: > > From: nicols >>Should we probably change also its name to sthg more exp

[sane-devel] Canon imageClass MFP's

2008-04-22 Thread nicols
Or perhaps: PIXMA_CAP_ADF_AND_ADFDUP ... Anyway, let me know if you have any code update to perform. Nicolas Dennis Lou wrote: > > From: nicols >>Should we probably change also its name to sthg more explicit, like >>PIXMA_CAP_ADF_OR_ADFDUP ? > > The "OR" seems a little confusing to me, as

[sane-devel] Canon imageClass MFP's

2008-04-21 Thread Nicolas
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, t

[sane-devel] Canon imageClass MFP's

2008-04-21 Thread Dennis Lou
From: nicols >Should we probably change also its name to sthg more explicit, like >PIXMA_CAP_ADF_OR_ADFDUP ? The "OR" seems a little confusing to me, as if the device could be equipped with one or the other. >BTW, did you have also opportunity to test the iclass_finish_scan() >change proposed

[sane-devel] Canon imageClass MFP's

2008-04-21 Thread nicols
Yep, you?re right, there?s a change to apply to pixma.c, will update it as well. The PIXMA_CAP_ADFDUP looks to be a a ?double flag?: #define PIXMA_CAP_ADFDUP ((1 << 7) | PIXMA_CAP_ADF) Should we probably change also its name to sthg more explicit, like PIXMA_CAP_ADF_OR_ADFDUP ? BTW, did y

[sane-devel] Canon imageClass MFP's

2008-04-20 Thread Dennis Lou
e_map[i] = PIXMA_SOURCE_ADFDUP; -Dennis - Original Message From: Nicolas To: Dennis Lou Cc: sane-devel Sent: Sunday, April 20, 2008 2:37:45 AM Subject: Re: [sane-devel] Canon imageClass MFP's Hi Dennis, Thanks for the work on the ImageClass backend, I've just browsed the cod

[sane-devel] Canon imageClass MFP's

2008-04-20 Thread Dennis Lou
. - Regarding ADF duplex, yes I see it show up in Xsane as well. -Dennis - Original Message From: Nicolas To: Dennis Lou Cc: sane-devel Sent: Sunday, April 20, 2008 2:37:45 AM Subject: Re: [sane-devel] Canon imageClass MFP's Hi Dennis, Thanks for the work on the ImageClass backend,

[sane-devel] Canon imageClass MFP's

2008-04-20 Thread Nicolas
so I'm pretty sure it > is > not happening in my code. > > Also, I've only an MF4270 so all the other devices listed in the Windows > driver are completely untested. > > -Dennis > > - Original Message > From: Nicolas > To: Dennis Lou

[sane-devel] Canon imageClass MFP's

2008-04-19 Thread Dennis Lou
sted in the Windows driver are completely untested. -Dennis - Original Message From: Nicolas To: Dennis Lou Cc: sane-devel at lists.alioth.debian.org Sent: Thursday, April 17, 2008 2:31:44 PM Subject: Re: [sane-devel] Canon imageClass MFP's Yep, after having a look at the log file you

[sane-devel] Canon imageClass MFP's

2008-04-17 Thread Nicolas
lines here and there. > > I will be sending snoop logs in a separate email shortly. > > -Dennis > > - Original Message > From: Nicolas > To: Dennis Lou > Cc: sane-devel at lists.alioth.debian.org > Sent: Thursday, April 17, 2008 1:12:09 PM > Subject: Re

[sane-devel] Canon imageClass MFP's

2008-04-17 Thread Nicolas
Hi, Currently maintaining the pixma backend, I can give you tips and knowledge on it if you want to design a backend for those Canon MFPs. Especially if the protocol used by them is similar to the PIXMA protocol, then it can be easy to integrate them either in the pixma backend (the easiest, let

[sane-devel] Canon imageClass MFP's

2008-04-17 Thread Dennis Lou
ending snoop logs in a separate email shortly. -Dennis - Original Message From: Nicolas To: Dennis Lou Cc: sane-devel at lists.alioth.debian.org Sent: Thursday, April 17, 2008 1:12:09 PM Subject: Re: [sane-devel] Canon imageClass MFP's Hi, Currently maintaining the pixma backend

[sane-devel] Canon imageClass MFP's

2008-04-16 Thread Dennis Lou
Hi, I recently acquired a Canon imageClass MF4270 and am interested in contributing a sane backend for it. This is my progress so far: +Examined Windows driver package. Found references to: --Canon MF5650 --Canon MF5630 --Canon MF3110 --Canon MF8100 --Canon MF5730 --Can