[sane-devel] Re: sane-devel digest, Vol 1 #810 - 9 msgs

2005-06-23 Thread Nightwulf
Hi, Am Donnerstag 23 Juni 2005 09:20 schrieb=20 sane-devel-requ...@lists.alioth.debian.org: > I have commit a fix for the last known bug by adding a 60 s timer > after init for HP2300. Now I think that this backend is ready for inclusi= on > in regular CVS, see also > http://lists.alioth.debian.or

[sane-devel] Kyocera FS-1118 MFP

2005-06-23 Thread Rainer Bendig aka Ny
David Chamberlin wrote on Wed Jun 22, 2005 at 10:17:37AM -0700: > FYI, this model does support Scan to E-Mail, Scan to FTP, and Scan to SMB > (Samba) directly from the front panel as you would imagine. The only problem with scan-to-.* is that it scans the whole scanning area which is giving me a b

[sane-devel] Packard-Bell Diamond 1200 Plus problem

2005-06-23 Thread Jukka-Pekka Kervinen
Hi, I have same problem with Packard-Bell Diamond 1200 Plus, scanning whole page with lower resolutions (50 in Color,50-75 with Gray), but only half-page (X-axis) with higher resolutions. My backend is 1.0.15, here is the output of sane-find-scanner: found USB scanner (vendor=0x055f, product=0

[sane-devel] Irrelevant values for tl-x, tl-y etc

2005-06-23 Thread Henning Meier-Geinitz
Hi, On Thu, Jun 23, 2005 at 02:07:42PM +0530, Mohit Kumar wrote: > I am working with HP ScanJet 6200C/6250C. When I display the options > for scan area output is the following: > > tl-x Type:3 Min:0 Max: 14141852 Quant:1 > tl-y Type:3 Min:0 Max: 19456836 Quant:1 > br-x same as tl-x > br-y same as

[sane-devel] Fujifilm AS-1 APS Scanner

2005-06-23 Thread Chris Blackburn
--Apple-Mail-1--498650356 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi, I have a Fujifilm AS-1 APS film scanner and I want to scan in a few rolls of film. Does sane support this scanner? - It is a parallel inte

[sane-devel] Error during getting option values

2005-06-23 Thread Mohit Kumar
Hi, In response to the message, I had asked for the retrieval of the option val= ues: void PopulateScannerData(SANE_Handle handle) { =09int index; =09unsigned long value;=09 =09SANE_Status status; =09const SANE_Option_Descriptor* options=3DNULL; =09if(IsSupported(gData,SANE_NAME_SCAN_X_RESOLUTION

[sane-devel] plustek_pp scanner + sarge

2005-06-23 Thread mic...@yahoo.com
I'm having trouble getting a Plustek 4831P scanner to work with sarge. There's an Epson printer daisy-chained off the scanner which works with CUPS. Both worked with Redhat 7.3. Any help would be appreciated - I've run out of ideas. conf files, debugs, etc: mick@dell933 $ dmesg|grep parport parp

[sane-devel] Irrelevant values for tl-x, tl-y etc

2005-06-23 Thread Mohit Kumar
Hi Henning and all, I am writing to you directly because you have been answering all my trivial questions and this is one more in the row. I really appreciate the efforts you are taking to answer my questions. I am working with HP ScanJet 6200C/6250C. When I display the options for scan area outp

[sane-devel] Genesys backend status update

2005-06-23 Thread Stéphane VOLTZ
Hello, I have commit a fix for the last known bug by adding a 60 s timer after init for HP2300. Now I think that this backend is ready for inclusion in regular CVS, see also http://lists.alioth.debian.org/pipermail/sane-devel/2005-June/013769.html . Should I go for it

[sane-devel] Error during getting option values

2005-06-23 Thread Peter Fales
On Thu, Jun 23, 2005 at 04:27:59PM +0530, Mohit Kumar wrote: > unsigned long value; ... > { > status = > sane_control_option(handle,index,SANE_ACTION_GET_VALUE,(void*)value,0); Value is uninitialized at this point. I believe you want to pass its address, not the val