[sane-devel] UMAX Astra 4500

2003-11-20 Thread Evgeney Dushistov

Hello.

I found some messages about this scanner, but it is not clear to me,
on what stage is development of backends for this scanner?

Need any help(programming, testings)?

Can anybody help me in this question?

P.S.
Sorry, for my English.








[sane-devel] HP Scanjet 3670...

2003-11-20 Thread Sanjay Chigurupati
Hi,
Mike is also working on the scanner driver. I am working on the version for
scanjet 2400c, which seems to use the same driver as scanjet 3670 c. Maybe
we could co-ordinate.

I e-mailed directly but for some reason it bounced off ur id.

Regards,
Sanjay







   
  mancio_and\@libero\.it  
   
  mancio_and  To:   
sane-devel sane-devel@lists.alioth.debian.org 
  Sent by: cc:  
   
  sane-devel-admin@lists.aliothSubject:  
[sane-devel] HP Scanjet 3670...   
  .debian.org   
   

   

   
  20/11/2003 02:49 AM   
   

   

   




Hi everybody!
I have an HP Scanjet 3670, which is not supported. I can program and I
would like to create a driver for it under SANE.
Where do I have to begin from?
Where can I find the suitable information about my problem?
Thanks.


--
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org








[sane-devel] SANE OS X 10.3 Install Problems

2003-11-20 Thread Phil Barrett
 Well, I can't help because I don't have any MacOS X experience but
 maybe one of the OS X hackers can. So I quote everything and send it
 to sane-devel. Please reply to sane-devel, not to me personally.

  -DV_MAJOR=1 -DV_MINOR=0 -D_REENTRANT -g -O2 -W -Wall sanei_scsi.c
  sanei_scsi.c:210:35: IOKit/cdb/IOSCSILib.h: No such file or directory
...

Simple enough: this header is an old API, which is not included in OS X 10.3
(Panther).

The code for the new API is in sanei_scsi.c already, so the solution is just
to define OSX_ONLY_10_2_API somewhere.

It seems this wasn't defined before, so I suspect the code using the new API
has to be considered untested and potentially buggy.

(Note that it fails to compile using gcc 2.95 without some reorganisation of
variable and function declarations in the new API code.)

Phil




[sane-devel] SANE OS X 10.3 Install Problems

2003-11-20 Thread Henning Meier-Geinitz
Hi,

On Thu, Nov 20, 2003 at 09:02:22AM -, Phil Barrett wrote:
 Simple enough: this header is an old API, which is not included in OS X 10.3
 (Panther).
 
 The code for the new API is in sanei_scsi.c already, so the solution is just
 to define OSX_ONLY_10_2_API somewhere.
 
 It seems this wasn't defined before, so I suspect the code using the new API
 has to be considered untested and potentially buggy.
 
 (Note that it fails to compile using gcc 2.95 without some reorganisation of
 variable and function declarations in the new API code.)

Thanks for the explanation. Patches and testers are welcome. I don't
think we should change that before 1.0.13, however. At least if there
are not some people who can test the changes.

Bye,
  Henning



[sane-devel] HP Scanjet 3670...

2003-11-20 Thread Mickael Profeta
Hi

It seems that we are now at least 3 to be interested to write a driver 
for 2400/3600 hp scanjet series.
I can organize a bit the group if you want, creating an ugly but 
functionnal web page, a mailing list if you thing it can be usefull and 
in the future, when we have a bit of code a cvs server...
Tell me if you find it usefull


For the time, I think we should try to get as much information as possible.
I try with hp with no valuable answer (always answer that it is not the 
good service) If someone wants to try and to get some specification 
that can help...

If not I think we should try to get some log of the usb activity under 
windows and try to understand what is going on...

Then we may start writting a piece of code.

I cc sane devel list, If someone is interesting to join, just tell.
If someone more used to create driver has some advices, don't hesitate 
to say...

Best regards

Mike