[sane-devel] ADF through SANE API

2002-12-16 Thread Abhishek Nayani
Hi all, We have an HP 5194C USB Scanner with ADF facility. Currently we are able to use sane to scan images. How can I enable ADF using the sane API ? I have gone through the sane api manual, but found no specific option for it. TIA, Abhi. --- Abhishek Nayani M.Tech 1/2

[sane-devel] HP PSC 700 Series

2002-12-16 Thread raffaele.so...@br-automation.com
Hello Does somebody has successfully installed HP PSC 700 (Suse 8.1) with Sane? I'm able to install it, but afterwards it will not be found by Sane! Looking forward to hear from you soon! Best regards Raffaele

[sane-devel] Drivers

2002-12-16 Thread Jonathan Buzzard
gerh...@gjaeger.de said: [SNIP] Good idea! We should do this and add all info about these devices we have. The only problem we might have is, that the production of new devices which are unsupported is probably much higher than the ones we are able to support... So in general it's up to each

[sane-devel] Drivers

2002-12-16 Thread Gerhard Jaeger
On Montag, 16. Dezember 2002 12:40, Jonathan Buzzard wrote: [SNIP] Anyone is welcome to send me information on new models that are not supported, and in particular patches to the page are very welcome. At least no patch, but some info: Plustek current USB models: OpticPro1248: GrandTech

[sane-devel] ADF through SANE API

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 16, 2002 at 01:03:40PM +0530, Abhishek Nayani wrote: We have an HP 5194C USB Scanner with ADF facility. Currently we are able to use sane to scan images. How can I enable ADF using the sane API ? I have gone through the sane api manual, but found no specific option for

[sane-devel] Additional vendor and product ids for Linux kernel scanner driver

2002-12-16 Thread Henning Meier-Geinitz
Hi, I'll send a patch for the Linux kernel scanner driver to the linux-usb-devel mailing list in a few days. If there are any scanner ids that should be added to the list of detected scanners, please send them to me. I'll add them to the patch. I can't guarantee that the patch will be included,

[sane-devel] Additional vendor and product ids for Linux kernel scanner driver

2002-12-16 Thread Stian Jordet
What about vendor=0x04b8 product=0x011d which is the Epson Perfection 1260... Regards, Stian Jordet man, 2002-12-16 kl. 19:53 skrev Henning Meier-Geinitz: Hi, I'll send a patch for the Linux kernel scanner driver to the linux-usb-devel mailing list in a few days. If there are any

[sane-devel] Additional vendor and product ids for Linux kernel scanner driver

2002-12-16 Thread Yann E. MORIN
Once upon a time (on Monday 16 December 2002 19:53), Henning Meier-Geinitz wisely wrote: Hi, I'll send a patch for the Linux kernel scanner driver to the linux-usb-devel mailing list in a few days. Let add this one as well: /* Canon */ { USB_DEVICE(0x04a9, 0x220d) }, /*

[sane-devel] Failing to scan over network

2002-12-16 Thread Brent Hasty
On Saturday 16 November 2002 03:05 am, Henning Meier-Geinitz wrote: your tips hear were helpfull and got me alot closer to having network sca= nning=20 ability. acessing scanimage on localhost is confirmed to work so I next issued this command on a computer without scanner Client I am= =20 trying

[sane-devel] HP PSC 700 Series

2002-12-16 Thread Peter Kirchgessner
Hi, maybe you find some help on http://hpoj.sourceforge.net --Peter raffaele.so...@br-automation.com schrieb: Hello Does somebody has successfully installed HP PSC 700 (Suse 8.1) with Sane? I'm able to install it, but afterwards it will not be found by Sane! Looking forward to hear

[sane-devel] usb pipe stall handling?

2002-12-16 Thread Beat Birkhofer
Hi Who has (in theory) to handle pipe stalls? libusb or sane? [Yes, I have pipe stalls on OSX] Regards Beat H.

[sane-devel] Drivers

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 16, 2002 at 11:40:59AM +, Jonathan Buzzard wrote: Anyone is welcome to send me information on new models that are not supported, and in particular patches to the page are very welcome. Ok, see below. I would welcome if you not only solicite patches/updates but actually

[sane-devel] ADF through SANE API

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Tue, Dec 17, 2002 at 01:04:23AM +0530, Abhishek Nayani wrote: I'll try that I actually wrote some code to print out all the options which we get from sane_get_option_descriptor(). It only showed 3 options, 1)preview, 2)resolution and 3)mode (grey, color etc.). Is this bad

[sane-devel] usb pipe stall handling?

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 16, 2002 at 08:46:02PM +0100, Beat Birkhofer wrote: Who has (in theory) to handle pipe stalls? libusb or sane? [Yes, I have pipe stalls on OSX] Sorry for dumb questions: What is a pipe stall? Bye, Henning (obviously not a USB expert)

[sane-devel] Failing to scan over network

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 16, 2002 at 11:34:38AM -0800, Brent Hasty wrote: [net] sane_init: could not find `sane' service (No such file or directory); using default port 6566 Not really important, but the sane serveice port is not in /etc/services (see man saned). [net] connect_dev: trying to

[sane-devel] Additional vendor and product ids for Linux kernel scanner driver

2002-12-16 Thread Jaeger, Gerhard
Hi, some additions: /* Canon */ { USB_DEVICE(0x04a9, 0x220E) }, /* CanoScan N1240U */ /* Umax */ { USB_DEVICE(0x1606, 0x0060) }, /* Astra 3400U/3450U */ { USB_DEVICE(0x1606, 0x0160) }, /* Astra 5400U */ /* HP */ { USB_DEVICE(0x03f0, 0x505)

[sane-devel] usb pipe stall handling?

2002-12-16 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 16, 2002 at 08:46:02PM +0100, Beat Birkhofer wrote: Who has (in theory) to handle pipe stalls? libusb or sane? I have no idea. But it shouldn't harm to add usb_clear_halt (devices[dn].libusb_handle, devices[dn].bulk_out_ep); when write_size 0, does it? Same for read. [Yes,

[sane-devel] Drivers

2002-12-16 Thread Jonathan Buzzard
henn...@meier-geinitz.de said: Ok, see below. I would welcome if you not only solicite patches/ updates but actually include them in your page. No pun intended, but I've sent 2 or three updates that haven't been included ever (without a comment from you). I'll include them again in this mail.