RE: New ScanMaker X6 EL patch for pre1.01-4

Scott Wells (scott@wells-inc.com)
Thu, 8 Apr 1999 18:12:34 -0500

Don't replace the revision ID; supplement with a new conditional. Change:

|| (mi->model_code == 0x98
&& (md->revision == 1.10 || md->revision == 1.30) ) )

to:

|| (mi->model_code == 0x98
&& (md->revision == 1.10 || md->revision == 1.30 || md->revision ==
1.40) ) )

Scott Wells

> -----Original Message-----
> From: owner-sane-devel@mostang.com
> [mailto:owner-sane-devel@mostang.com]On Behalf Of Rich Klumpp
> Sent: Thursday, April 08, 1999 5:56 PM
> To: sane-devel@mostang.com
> Subject: Re: New ScanMaker X6 EL patch for pre1.01-4
>
>
> On Tue, Apr 06, 1999 at 02:57:02PM -0500, Scott Wells wrote:
> >> I tried the patch from the mailing list and I was still
> getting green tones
> >> on my previews. It turns out that my revision is 1.10 (I bought this
> >> scanner almost exactly when it was released) and the patch
> only checked for
> >> 1.30. Here's a new patch, but a more general solution is
> probably needed:
>
> This has been my experience with the green. I just checked and I
> have revision 1.40. What must I do
> to get rid of the green with that revision? Simply edit the patch
> to state 1.40 where it currently states
> 1.30? I am as green as my scans when it comes to hacking patches
> and such so any help is welcome.
>
> Thanks,
> Rich Klumpp
> rmk@aracnet.com
> moab@worldnet.att.net
>
>
>
>
>
> --
> Source code, list archive, and docs: http://www.mostang.com/sane/
> To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
>
>

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com