[sane-devel] Re: GL841 genesys.h

2005-05-11 Thread Philipp Schmid
Hello, Luke Q Campagnola wrote: >I started doing some work with the GL841 a while back and got as far as >updating all of the register #defines and grabbing some usb dumps from >windows. Now that there's a little more activity going on with this chip, >I'd like to help out again. Is there anythin

[sane-devel] genesys backend status update

2005-05-11 Thread Philipp Schmid
Hello, >I've now finished the suggested restructure work for the genesys >backend - it can be found in experimental/genesys-new. > You've to keep in mind that genesys-new/genesys_gl841.c bases on my really bad version of genesys_gl841.c that isn't able to get compiled. I'm sorry about this and t

[sane-devel] sanei_pio

2005-05-11 Thread Toby Dickenson
Ive been using an Epson GT-5000 with sane successfully for a few years now, and recently Ive tracked down a couple of annoying characteristics to sanei_pio.c Firstly, the sanei_pio polling loop currently runs indefinitely if the scanner is not switched on. It has a half-baked max_polls impl

[sane-devel] genesys backend status update

2005-05-11 Thread stef
Hello, I don't think we can have gl641 and gl841 in the same file. First some registers of same index have different bits. Second the enum we use to access registers are different. This overlap make it much harder to have both in one file than to have 2 cleanly separated objects.

[sane-devel] genesys backend status update

2005-05-11 Thread Gerhard Jaeger
Hi, I've now finished the suggested restructure work for the genesys backend - it can be found in experimental/genesys-new. It's done the same (or nearly the same) way as Henning did it with the gt68xx backend. The code is based on the current CVS stuff... Any comments? Gerhard

[sane-devel] genesys backend status update

2005-05-11 Thread Gerhard Jaeger
On Wednesday 11 May 2005 08:12, stef wrote: > Hello, > > I've started to address the points you raised (and I sohouldn't have > forgotten ...). I'll signal when I'll feel the backend is up to the > requirements. > > Regards, > Stef > Another thing, I've forgotten: See the file

[sane-devel] genesys backend status update

2005-05-11 Thread Gerhard Jaeger
Hi, On Tuesday 10 May 2005 21:04, Henning Meier-Geinitz wrote: > Hi, > > On Fri, May 06, 2005 at 10:39:23AM +0200, stef wrote: > > Hello, [SNIPSNAP] > Then I did "configure --enable-static; make; make libcheck" and got > the following: > Libraries exporting 'illegal' symbols: > *** backend/.l

[sane-devel] Re: GL841 genesys.h

2005-05-11 Thread stef
On Tue, May 10, 2005 at 02:18:22PM -0600, Luke Q Campagnola wrote: > I started doing some work with the GL841 a while back and got as far as > updating all of the register #defines and grabbing some usb dumps from > windows. Now that there's a little more activity going on with this chip, > I'd lik

[sane-devel] genesys backend status update

2005-05-11 Thread stef
Hello, I've started to address the points you raised (and I sohouldn't have forgotten ...). I'll signal when I'll feel the backend is up to the requirements. Regards, Stef