sane-project-website/old-archive/1999-03/0018.html

92 wiersze
4.3 KiB
HTML

<!-- received="Tue Mar 2 10:42:11 1999 PST" -->
<!-- sent="Tue, 2 Mar 1999 13:40:29 -0500 (EST)" -->
<!-- name="Greg Franks" -->
<!-- email="greg@sce.carleton.ca" -->
<!-- subject="Microtek x6el problems" -->
<!-- id="199903021840.NAA01285@medusa.sce.carleton.ca" -->
<!-- inreplyto="199903021806.NAA06729@smtp11.bellglobal.com" -->
<title>sane-devel: Microtek x6el problems</title>
<h1>Microtek x6el problems</h1>
<b>Greg Franks</b> (<a href="mailto:greg@sce.carleton.ca"><i>greg@sce.carleton.ca</i></a>)<br>
<i>Tue, 2 Mar 1999 13:40:29 -0500 (EST)</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#18">[ date ]</a><a href="index.html#18">[ thread ]</a><a href="subject.html#18">[ subject ]</a><a href="author.html#18">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0019.html">Andreas Dilger: "Re: copyright change on sanei_net.h"</a>
<li> <b>Previous message:</b> <a href="0017.html">Andreas Czechanowski: "off.c (for Mustek 600 II N)"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0022.html">Bernd Schroeder: "Re: Microtek x6el problems"</a>
<li> <b>Reply:</b> <a href="0022.html">Bernd Schroeder: "Re: Microtek x6el problems"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
I just recently purchased a Microtek X6EL Scanner, and had the same<br>
problem as described below. The original patch supplied by John<br>
failed: the scanners are now at:<br>
<p>
md-&gt;revision == 1.40<br>
<p>
The correction below fixed things. I suspect md-&gt;revision &gt;= 1.20<br>
would be a better bet though.<br>
..greg<br>
<p>
<p>
<i>&gt;&gt;&gt;&gt;&gt; "John" == <a href="mailto:jrichard@zealand.mv.com">jrichard@zealand.mv.com</a> &lt;John&gt; writes:</i><br>
John&gt; &gt; &gt; I have a Microtek x6el scanner. When I scan with xscanimage<br>
John&gt; &gt; &gt; the first scan (or preview) comes up OK. All later scans look<br>
John&gt; &gt; &gt; dirty with strange colors. If I change to a greyscale scan and<br>
John&gt; &gt; &gt; attempt<br>
John&gt; <br>
John&gt; Here's the patch, which includes the x6el patch posted by<br>
John&gt; Christian Grigis on 30-Nov-1998.<br>
John&gt; <br>
John&gt; <br>
John&gt; ----------------------------------------------------------<br>
John&gt; --- microtek2.c.old Wed Nov 4 23:28:28 1998<br>
John&gt; +++ microtek2.c Sat Feb 13 10:22:00 1999<br>
John&gt; @@ -1984,12 +1984,15 @@<br>
John&gt; Microtek2_Info *mi;<br>
John&gt; SANE_Status status;<br>
John&gt; <br>
John&gt; <br>
John&gt; <br>
John&gt; <br>
John&gt; md = ms-&gt;dev;<br>
John&gt; mi = &amp;md-&gt;info[md-&gt;scan_source];<br>
John&gt; if ( ! ( md-&gt;info[MD_SOURCE_FLATBED].model_code == 0x97<br>
John&gt; - &amp;&amp; md-&gt;revision == 1.00 )<br>
John&gt; - &amp;&amp; ! ( md-&gt;info[MD_SOURCE_FLATBED].model_code == 0x91<br>
John&gt; - &amp;&amp; md-&gt;revision == 1.00 ) )<br>
John&gt; + &amp;&amp; md-&gt;revision == 1.00 )<br>
John&gt; + &amp;&amp; ! ( md-&gt;info[MD_SOURCE_FLATBED].model_code == 0x91<br>
John&gt; + &amp;&amp; md-&gt;revision == 1.00 )<br>
John&gt; + &amp;&amp; !(md-&gt;info[MD_SOURCE_FLATBED].model_code == 0x98<br>
John&gt; + &amp;&amp; (md-&gt;revision == 1.30 || md-&gt;revision == 1.20)))<br>
<p>
(md-&gt;revision == 1.40 || md-&gt;revision == 1.30 || md-&gt;revision == 1.20)<br>
<p>
John&gt; return SANE_STATUS_GOOD;<br>
John&gt; <br>
John&gt; <br>
John&gt; DBG(30, "do_dummy_scan: ms=%p\n", ms);<br>
John&gt; ----------------------------------------------------------<br>
John&gt; <br>
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0019.html">Andreas Dilger: "Re: copyright change on sanei_net.h"</a>
<li> <b>Previous message:</b> <a href="0017.html">Andreas Czechanowski: "off.c (for Mustek 600 II N)"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0022.html">Bernd Schroeder: "Re: Microtek x6el problems"</a>
<li> <b>Reply:</b> <a href="0022.html">Bernd Schroeder: "Re: Microtek x6el problems"</a>
<!-- reply="end" -->
</ul>