[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread stef
Le Monday 13 October 2008 19:55:30 m. allan noah, vous avez ?crit?: > On Mon, Oct 13, 2008 at 11:45 AM, Ren? Rebe wrote: > > Hi, > > > > Julien BLACHE wrote: > >> stef wrote: > >> > >> Hi, > >> > >>> frontends will have to be changed to benefit from the improvements > >>> in the new SANE ver

[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread Louis Lagendijk
On Mon, 2008-10-13 at 13:55 -0400, m. allan noah wrote: > On Mon, Oct 13, 2008 at 11:45 AM, Ren? Rebe wrote: > > Hi, > > > > Julien BLACHE wrote: > >> stef wrote: > >> > >> Hi, > pseudocode: > > ret = sane_start() > if(ret){ > die("bad status"); > } > > that works in sane 1.0, and fails in

[sane-devel] Canon_pp problem with ppdev

2008-10-13 Thread Matthew Duggan
On 06/10/2008, at 1:11 AM, sane.20.bertrandb at spamgourmet.com wrote: > hi, > > I have a PC linux box with gentoo with kernerl 2.6.24 (same problem > with > 2.6.25). > when the ppdev module is load i can't use scanimage nor as root nor > other user > 'SANE_DEBUG_CANON_PP=100 scanimage' give me

[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread René Rebe
Hi, Julien BLACHE wrote: > stef wrote: > > Hi, > > >> frontends will have to be changed to benefit from the improvements in >> the new SANE >> version. These changes are small, and the sane-frontends package give a >> sample >> implementation. Frontend developers will find help here i

[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread m. allan noah
On Mon, Oct 13, 2008 at 2:49 PM, Louis Lagendijk wrote: > On Mon, 2008-10-13 at 13:55 -0400, m. allan noah wrote: >> On Mon, Oct 13, 2008 at 11:45 AM, Ren? Rebe wrote: >> > Hi, >> > >> > Julien BLACHE wrote: >> >> stef wrote: >> >> >> >> Hi, > > >> pseudocode: >> >> ret = sane_start() >> if(ret)

[sane-devel] Patch to make XSane work with SANE 1.1

2008-10-13 Thread m. allan noah
On Mon, Oct 13, 2008 at 11:45 AM, Ren? Rebe wrote: > Hi, > > Julien BLACHE wrote: >> stef wrote: >> >> Hi, >> >> >>> frontends will have to be changed to benefit from the improvements in >>> the new SANE >>> version. These changes are small, and the sane-frontends package give a >>> sample