[sane-devel] LiDE 90 half ccd

2008-04-22 Thread Pierre Willenbrock
Guillaume Gastebois schrieb: > Hello, > > I remember that LiDE 90 is a 2400DPI scanner. And I did nothing in code to > port > that. I backend ready for 2400dpi (I think so regarding portion of code) ? I am not sure, as there could not happen any testing. But in theory, it should work. In the fu

[sane-devel] Canon Pixma MP970

2008-04-22 Thread Nicolas
Hi, Canon PIXMA MP970 (CCD sensor PIXMA) is now supported by the pixma backend, for both Color and Grayscale modes. This update should also benefit to older PIXMA with CCD sensor, like MP8x0 series, or MP960, but not tested yet... Thanks to Louis, who helped testing the backend changes, and suppl

[sane-devel] Calling a script after USB scanner is plugged

2008-04-22 Thread Rainer Dorsch
Hello, I want to call a script after I plugged my USB scanner. I use udev for this by adding a rule rd at blackbox:/etc/udev/rules.d$ cat z_local.rules SYSFS{idVendor}=="1606", SYSFS{idProduct}=="0010", MODE="0664", GROUP="scanner", NAME="umax%n", RUN+="/usr/local/bin/umax1220u start", rd at b

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread m. allan noah
On 4/22/08, Julien BLACHE wrote: > Johannes Meixner wrote: > > Perhaps I misunderstand something but when you provide only > > the epkowa backend, I think everything is fine for you > > because the incompatibility is - as far as I see - only > > regarding the proprietary plugins and when a us

[sane-devel] epjitsu backend for a Scansnap S300

2008-04-22 Thread m. allan noah
On 4/22/08, jojuez wrote: > > > m. allan noah-3 wrote: > > > > 1. when you configure the new tarball, you should give it the params > > required to put the files in the place of your existing OS install of > > sane. i use something like: > > > > ./configure --prefix=/usr --sysconfdir=/etc -

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Julien BLACHE
Johannes Meixner wrote: Hi, > Perhaps I misunderstand something but when you provide only > the epkowa backend, I think everything is fine for you > because the incompatibility is - as far as I see - only > regarding the proprietary plugins and when a user has > a proprietary model, he is on his

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Johannes Meixner
Hello, On Apr 22 19:24 Julien BLACHE wrote (shortened): > Johannes Meixner wrote: > > > Perhaps it leads to the "solution" that the Linux distributors > > agree to no longer distribute their proprietary stuff? > > That would be a good first step... > > That said, I have never distributed anyt

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Alessandro Zummo
On Tue, 22 Apr 2008 19:24:28 +0200 Julien BLACHE wrote: > Can't imagine a better situation than this one... maybe we can apply some pressure on scanner producers? -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Julien BLACHE
Johannes Meixner wrote: Hi, > Perhaps it leads to the "solution" that the Linux distributors > agree to no longer distribute their proprietary stuff? That would be a good first step... That said, I have never distributed anything else beside the epkowa backend itself, so no changes on my side

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Johannes Meixner
Hello, On Apr 22 18:30 Julien BLACHE wrote: > Johannes Meixner wrote: > > > If there was a directory where all available plugins are listed, > > I could check what is actually available. > > I asked for such a directory several times but it seems > > the Epson or Epson Avasys management is not

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Julien BLACHE
Johannes Meixner wrote: Hi, > If there was a directory where all available plugins are listed, > I could check what is actually available. > I asked for such a directory several times but it seems > the Epson or Epson Avasys management is not interested > to help distributors to get their stuff

[sane-devel] Nikon CoolScan LS-9000 ED support

2008-04-22 Thread Rob Sims
cation/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080422/9c0b3cad/attachment.pgp

[sane-devel] incompatible iscan-2.11.0

2008-04-22 Thread Johannes Meixner
Hello, only by chance I detected on http://www.avasys.jp/english/linux_e/index.html that for certain models iscan-2.11.0 is used (at least when one selects the "Perfection V500 Photo" which requires iscan-plugin-gt-x770-2.1.0-0). For other models (e.g. "Perfection 2480 Photo") there is still isca

[sane-devel] Canon imageClass MFP's

2008-04-22 Thread Dennis Lou
I say use PIXMA_CAP_ADF and PIXMA_CAP_ADFDUP and use macros to test. i.e. #define PIXMA_HAS_ADF(x) ((x) & 1<<2) #define PIXMA_HAS_ADFDUP(x) ((x) & (1<<7)) -Dennis - Original Message From: nicols To: sane-devel at lists.alioth.debian.org Sent: Tuesday, April 22, 2008 10:29:39 AM Subjec

[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] epjitsu backend for a Scansnap S300

2008-04-22 Thread jojuez
m. allan noah-3 wrote: > > 1. when you configure the new tarball, you should give it the params > required to put the files in the place of your existing OS install of > sane. i use something like: > > ./configure --prefix=/usr --sysconfdir=/etc --disable-locking > > unless i am on a 64 bit pl