sane-project-website/old-archive/1998-02/0130.html

71 wiersze
3.1 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Sun Feb 22 17:38:06 1998 PST" -->
<!-- sent="23 Feb 1998 10:37:42 +0900" -->
<!-- name="Kaz Sasayama" -->
<!-- email="Kaz.Sasayama@hypercore.co.jp" -->
<!-- subject="Re: Epson GT-5500" -->
<!-- id="" -->
<!-- inreplyto="Mon, 16 Feb 1998 21:39:01 +0100" -->
<title>sane-devel: Re: Epson GT-5500</title>
<h1>Re: Epson GT-5500</h1>
<b>Kaz Sasayama</b> (<a href="mailto:Kaz.Sasayama@hypercore.co.jp"><i>Kaz.Sasayama@hypercore.co.jp</i></a>)<br>
<i>23 Feb 1998 10:37:42 +0900</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#130">[ date ]</a><a href="index.html#130">[ thread ]</a><a href="subject.html#130">[ subject ]</a><a href="author.html#130">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0131.html">Eric Ludlam: "Re[1]: someone working on hp-backend ?"</a>
<li> <b>Previous message:</b> <a href="0129.html">Thomas Wenzke: "sane mustek mfs-12000sp rev. 1.07"</a>
<li> <b>In reply to:</b> <a href="0098.html">Matthias Trute: "Re: Epson GT-5500"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0132.html">Matthias Trute: "Re: Epson GT-5500"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Really? It is an unexpected response!<br>
<p>
<i>&gt;&gt;&gt;&gt;&gt; On Mon, 16 Feb 1998 21:39:01 +0100, Matthias Trute &lt;<a href="mailto:mtrute@r-w.de">mtrute@r-w.de</a>&gt; said:</i><br>
<p>
MT&gt; I have a GT-8000 with Adaptec 2940 and it does *not*<br>
MT&gt; work (but find-scanner finds it). It starts with the<br>
MT&gt; Inquiry ("EPSON SC", followed by "ANNNER GT 8000")<br>
MT&gt; and does not end with setting the parameters. I hacked a<br>
MT&gt; little, but did not succeded. Hopefully someone can do<br>
MT&gt; this job, it would be very nice.<br>
<p>
If it is the case, change the code in epson.c:<br>
<p>
if (buf[0] != TYPE_PROCESSOR<br>
<i> || strncmp (buf + 8, "EPSON", 5) != 0</i><br>
<i> || strncmp (buf + 16, "SCANNER ", 8) != 0)</i><br>
<p>
to<br>
<p>
if (buf[0] != TYPE_PROCESSOR<br>
<i> || strncmp (buf + 8, "EPSON", 5) != 0</i><br>
<i> || (strncmp (buf + 16, "SCANNER ", 8) != 0</i><br>
&amp;&amp; strncmp (buf + 14, "SCANNER ", 8) != 0))<br>
<p>
and it should be OK.<br>
<p>
<pre>
--
Kaz Sasayama &lt;<a href="mailto:Kaz.Sasayama@hypercore.co.jp">Kaz.Sasayama@hypercore.co.jp</a>&gt;
Hypercore Software Design, Ltd. &lt;URL:<a href="http://www.hypercore.co.jp/">http://www.hypercore.co.jp/</a>&gt;
<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="0131.html">Eric Ludlam: "Re[1]: someone working on hp-backend ?"</a>
<li> <b>Previous message:</b> <a href="0129.html">Thomas Wenzke: "sane mustek mfs-12000sp rev. 1.07"</a>
<li> <b>In reply to:</b> <a href="0098.html">Matthias Trute: "Re: Epson GT-5500"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0132.html">Matthias Trute: "Re: Epson GT-5500"</a>
<!-- reply="end" -->
</ul>