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

Rich Klumpp (rmk@aracnet.com)
Thu, 08 Apr 1999 21:00:17 -0700 (PDT)

Thank god! The green is gone ...the green is gone! 24bit scans seems to work ok now but I haven't been
able to get a good 36 bit scan yet. Also the interaction between the Gimp and xscanimage seems a little
flaky. I suspect an older version of the Gimp may be the culprit. Thanks for your timely and useful
response.

Rich Klumpp
rmk@aracnet.com
moab@worldnet.att.net

On Thu, 8 Apr 1999 18:12:34 -0500, Scott Wells wrote:

>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

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