primax: Thread: I find a bug and its correction


[<<] [<] Page 1 of 1 [>] [>>]
Subject: I find a bug and its correction
From: Michel Nolard ####@####.####
Date: 10 Jul 2004 16:54:57 +0100
Message-Id: <200407101754.48631.michel.nolard@outmax.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all! 

I'm new on this mailing list...

I find that the detection of the Primax Colorado D600 was buggy in the 
0.93-beta3 and here is the tiny patch needed :

diff primax_scan.c primax_scan.c.old
890c890
<                 case 0x04:
- ---
>                 case 0x44:

The "04" is the one we need as the switch is made upon a bitwise AND with 
"0x0F".

I hope this is fine as it is on my system :)

- -- 
Michel Nolard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA8BFHyAKwOMHoSb0RAoexAJwPUoSpsE8bLXaMq2unM6y0mQIyEQCfUDki
CVXs/xmowdplJQcKLwhvE6c=
=2uyq
-----END PGP SIGNATURE-----
Subject: Re: I find a bug and its correction
From: Michel Nolard ####@####.####
Date: 11 Aug 2004 18:20:02 +0100
Message-Id: <200408111919.55412.michel.nolard@outmax.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Is there someone reading this mailing list ?


Le samedi 10 Juillet 2004 17:54, Michel Nolard a écrit :
> Hi all!
>
> I'm new on this mailing list...
>
> I find that the detection of the Primax Colorado D600 was buggy in the
> 0.93-beta3 and here is the tiny patch needed :
>
> diff primax_scan.c primax_scan.c.old
> 890c890
> <                 case 0x04:
> ---
>
> >                 case 0x44:
>
> The "04" is the one we need as the switch is made upon a bitwise AND with
> "0x0F".
>
> I hope this is fine as it is on my system :)

- -- 
Michel Nolard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBGlU6yAKwOMHoSb0RAulUAJ9gblRYeja+KiNmxcPYrDUqmhkJJwCgngeV
d57IvSM8UfsjnhmzkDiF4+A=
=zYbM
-----END PGP SIGNATURE-----
Subject: Re: I find a bug and its correction
From: "ricardo marcelo da silva" ####@####.####
Date: 11 Aug 2004 19:18:39 +0100
Message-Id: <20040811181313.M99748@acd.ufrj.br>

At least, I'm reading.
Just a question
Christian Ordig and Marco Foglia, what we need to get a "non-beta" version.
The code seems mature and well tested. We can help in some stuff, maybe new
versions (Qt or GTK) of GUIPrimax and YAGUIPrimax...

Regards,
Ricardo.



On Wed, 11 Aug 2004 19:19:54 +0200, Michel Nolard wrote
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Is there someone reading this mailing list ?
> 
> Le samedi 10 Juillet 2004 17:54, Michel Nolard a écrit :
> > Hi all!
> >
> > I'm new on this mailing list...
> >
> > I find that the detection of the Primax Colorado D600 was buggy in the
> > 0.93-beta3 and here is the tiny patch needed :
> >
> > diff primax_scan.c primax_scan.c.old
> > 890c890
> > <                 case 0x04:
> > ---
> >
> > >                 case 0x44:
> >
> > The "04" is the one we need as the switch is made upon a bitwise AND with
> > "0x0F".
> >
> > I hope this is fine as it is on my system :)
> 
> - -- 
> Michel Nolard
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iD8DBQFBGlU6yAKwOMHoSb0RAulUAJ9gblRYeja+KiNmxcPYrDUqmhkJJwCgngeV
> d57IvSM8UfsjnhmzkDiF4+A=
> =zYbM
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####


---------------------------
Ricardo Marcelo da Silva
Meteorologista
Universidade do Brasil


Subject: Re: I find a bug and its correction
From: albert vilella ####@####.####
Date: 11 Aug 2004 19:27:58 +0100
Message-Id: <1092248671.2926.4.camel@localhost.localdomain>

I am,

waiting for a kind soul to add SPP-support, so I can use my Colorado
D600 with BIOS-EPP-blocked linux box :-)

Cheers,

    Albert.


On Wed, 2004-08-11 at 19:19, Michel Nolard wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Is there someone reading this mailing list ?
> 
> 
> Le samedi 10 Juillet 2004 17:54, Michel Nolard a écrit :
> > Hi all!
> >
> > I'm new on this mailing list...
> >
> > I find that the detection of the Primax Colorado D600 was buggy in the
> > 0.93-beta3 and here is the tiny patch needed :
> >
> > diff primax_scan.c primax_scan.c.old
> > 890c890
> > <                 case 0x04:
> > ---
> >
> > >                 case 0x44:
> >
> > The "04" is the one we need as the switch is made upon a bitwise AND with
> > "0x0F".
> >
> > I hope this is fine as it is on my system :)
> 
> - -- 
> Michel Nolard
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iD8DBQFBGlU6yAKwOMHoSb0RAulUAJ9gblRYeja+KiNmxcPYrDUqmhkJJwCgngeV
> d57IvSM8UfsjnhmzkDiF4+A=
> =zYbM
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
-- 
----------------------------
jabberid ####@####.####
----------------------------

Subject: Re: I find a bug and its correction
From: Michel Nolard ####@####.####
Date: 11 Aug 2004 22:44:29 +0100
Message-Id: <200408112344.21364.michel.nolard@outmax.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Le mercredi 11 Août 2004 20:23, albert vilella a écrit :
> I am,
>
> waiting for a kind soul to add SPP-support, so I can use my Colorado
> D600 with BIOS-EPP-blocked linux box :-)
>
> Cheers,
>
>     Albert.

Hi have been in the same situation before. Exactly the same scanner...

Maybe, if I understand a little bit better how all this code works, I can give 
some help to add this functionnality.

But, if nobody replies when I give a bug report + the patch + the 
explanations, I doubt there will be any help to explain how SPP support can 
be achieved.

I have no doc about neither 
 - the primax colorado D600
 - the Standard Parallel Port (SPP) mode
If a kind person can give me pointers...

> On Wed, 2004-08-11 at 19:19, Michel Nolard wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Is there someone reading this mailing list ?
> >
> > Le samedi 10 Juillet 2004 17:54, Michel Nolard a écrit :
> > > Hi all!
> > >
> > > I'm new on this mailing list...
> > >
> > > I find that the detection of the Primax Colorado D600 was buggy in the
> > > 0.93-beta3 and here is the tiny patch needed :
> > >
> > > diff primax_scan.c primax_scan.c.old
> > > 890c890
> > > <                 case 0x04:
> > > ---
> > >
> > > >                 case 0x44:
> > >
> > > The "04" is the one we need as the switch is made upon a bitwise AND
> > > with "0x0F".
> > >
> > > I hope this is fine as it is on my system :)
> >
> > - --
> > Michel Nolard
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.4 (GNU/Linux)
> >
> > iD8DBQFBGlU6yAKwOMHoSb0RAulUAJ9gblRYeja+KiNmxcPYrDUqmhkJJwCgngeV
> > d57IvSM8UfsjnhmzkDiF4+A=
> > =zYbM
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####

- -- 
Michel Nolard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBGpMyyAKwOMHoSb0RAiv9AJ9dq9LDbrIDHuTDGbP9qUSJs4KKtwCgkDNB
thuZ+WgXfh0OjbtI8SQdxdU=
=2msm
-----END PGP SIGNATURE-----
[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.