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

66 wiersze
2.8 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="Sat Mar 13 18:17:47 1999 PST" -->
<!-- sent="14 Mar 1999 11:16:35 +0900" -->
<!-- name="Kaz Sasayama" -->
<!-- email="Kaz.Sasayama@hypercore.co.jp" -->
<!-- subject="Re: Epson backend" -->
<!-- id="" -->
<!-- inreplyto="yam7727.2108.141046672@vip.cybercity.dk" -->
<title>sane-devel: Re: Epson backend</title>
<h1>Re: Epson backend</h1>
<b>Kaz Sasayama</b> (<a href="mailto:Kaz.Sasayama@hypercore.co.jp"><i>Kaz.Sasayama@hypercore.co.jp</i></a>)<br>
<i>14 Mar 1999 11:16:35 +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">Nick Lamb: "HP ScanJet IIc ADF report"</a>
<li> <b>Previous message:</b> <a href="0129.html">Svend Daugaard Pedersen: "SnapScan backend"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
<i>&gt;&gt;&gt;&gt;&gt; On Sat, 27 Feb 1999 21:53:42 +0100, Svend Daugaard Pedersen &lt;<a href="mailto:sdp@vip.cybercity.dk">sdp@vip.cybercity.dk</a>&gt; said:</i><br>
<p>
Svend&gt; A little addition around line 750 had to be made to make the<br>
Svend&gt; backend recognize the Perfection scanner.<br>
<p>
SDP&gt; The lines<br>
<p>
SDP&gt; if (buf[0] != TYPE_PROCESSOR<br>
SDP&gt; || strncmp (buf + 8, "EPSON", 5) != 0<br>
SDP&gt; || (strncmp (buf + 16, "SCANNER ", 8) != 0<br>
SDP&gt; &amp;&amp; strncmp (buf + 14, "SCANNER ", 8) != 0))<br>
<p>
SDP&gt; are changed to<br>
<p>
SDP&gt; if( (buf[0] != TYPE_PROCESSOR) <br>
SDP&gt; || strncmp(buf+8,"EPSON",5) <br>
SDP&gt; || (strncmp(buf+16,"SCANNER ",8)<br>
SDP&gt; &amp;&amp; strncmp(buf+14,"SCANNER ",8) <br>
SDP&gt; &amp;&amp; strncmp(buf+16,"Perfection",10)<br>
SDP&gt; )<br>
SDP&gt; )<br>
<p>
Is it OK to drop the tests for model names instead? Does<br>
anyone know a non-scanner processor device from Epson?<br>
<pre>
--
"Free software is not for free."
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">Nick Lamb: "HP ScanJet IIc ADF report"</a>
<li> <b>Previous message:</b> <a href="0129.html">Svend Daugaard Pedersen: "SnapScan backend"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>