[sane-devel] EPP write with sanei_pp

2005-04-27 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard Jaeger wrote: > I have applied your patch and extended, so that the sanei_pp could > be used without libieee, simply by using in/out stuff, at least > on a x86 machine. Ok, I missed this part :/. Will do on next patch. Thanks, - -- Anderson L

[sane-devel] EPP write with sanei_pp

2005-04-25 Thread Gerhard Jaeger
On Monday 25 April 2005 06:27, Anderson Lizardo wrote: > Gerhard Jaeger wrote: > > first try and use the sanei_pp_outb_data function. if this does not work, > > extend the sanei_pp lib by the needed functionality. > > Tested, and it didn't work ;). Attached a (fairly simple) patch that > adds the

[sane-devel] EPP write with sanei_pp

2005-04-25 Thread Anderson Lizardo
This is a multi-part message in MIME format. --080701040407000208060805 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard Jaeger wrote: > first try and use the sanei_pp_outb_data function. if this does no

[sane-devel] EPP write with sanei_pp

2005-04-25 Thread Anderson Lizardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien BLACHE wrote: > Anderson Lizardo wrote: >>If not, I'll have to use libieee1284 directly, as this backend depends >>on this operation. > ... or you could add it to sanei_pp, for the benefit of others. > Good idea. I'll try Gerhard's suggestion,

[sane-devel] EPP write with sanei_pp

2005-04-24 Thread Gerhard Jaeger
On Sunday 24 April 2005 05:43, Anderson Lizardo wrote: > Hi, > > I'm porting the parport I/O code of the geniusvp2 backend to the > sanei_pp functions, but I was unable to find an equivalent of the EPP > write operation. Looking at sanei/sanei_pp.c, I could not find > references to the ieee1284_epp

[sane-devel] EPP write with sanei_pp

2005-04-24 Thread Julien BLACHE
Anderson Lizardo wrote: > If not, I'll have to use libieee1284 directly, as this backend depends > on this operation. ... or you could add it to sanei_pp, for the benefit of others. JB. -- Julien BLACHE

[sane-devel] EPP write with sanei_pp

2005-04-23 Thread Anderson Lizardo
Hi, I'm porting the parport I/O code of the geniusvp2 backend to the sanei_pp functions, but I was unable to find an equivalent of the EPP write operation. Looking at sanei/sanei_pp.c, I could not find references to the ieee1284_epp_write_data() function. Is this operation implemented on sanei_pp?