sane-project-website/old-archive/2000-01/0177.html

126 wiersze
5.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Small SANE DC-210 patch (fwd)</TITLE>
<META NAME="Author" CONTENT="Brian J. Murrell (sane-in@interlinx.bc.ca)">
<META NAME="Subject" CONTENT="Small SANE DC-210 patch (fwd)">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Small SANE DC-210 patch (fwd)</H1>
<!-- received="Sat Jan 22 12:51:24 2000" -->
<!-- isoreceived="20000122205124" -->
<!-- sent="Sat, 22 Jan 2000 12:52:35 -0800 (PST)" -->
<!-- isosent="20000122205235" -->
<!-- name="Brian J. Murrell" -->
<!-- email="sane-in@interlinx.bc.ca" -->
<!-- subject="Small SANE DC-210 patch (fwd)" -->
<!-- id="200001222052.MAA11487@pc.interlinx.bc.ca" -->
<STRONG>From:</STRONG> Brian J. Murrell (<A HREF="mailto:sane-in@interlinx.bc.ca?Subject=Re:%20Small%20SANE%20DC-210%20patch%20(fwd)&In-Reply-To=&lt;200001222052.MAA11487@pc.interlinx.bc.ca&gt;"><EM>sane-in@interlinx.bc.ca</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Jan 22 2000 - 12:52:35 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0178.html">Kevin Dalley: "Re: language versions"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0176.html">Christian Fughe: "Scanmaker II or IIxe with parallel port interface ?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0181.html">Petter Reinholdtsen: "Re: Small SANE DC-210 patch (fwd)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0181.html">Petter Reinholdtsen: "Re: Small SANE DC-210 patch (fwd)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#177">[ date ]</A>
<A HREF="index.html#177">[ thread ]</A>
<A HREF="subject.html#177">[ subject ]</A>
<A HREF="author.html#177">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Could you please apply this patch to the SANE dc210 backend, if it's not
<BR>
been done already?
<BR>
<P>Thanx,
<BR>
b.
<BR>
<P><EM>&gt;&gt;&gt;&gt;&gt; Forwarded message from Petter Reinholdtsen &lt;<A HREF="mailto:pere@hungry.com?Subject=Re:%20Small%20SANE%20DC-210%20patch%20(fwd)&In-Reply-To=&lt;200001222052.MAA11487@pc.interlinx.bc.ca&gt;">pere@hungry.com</A>&gt;
</EM><BR>
<P><P>Here is a small patch for SANE backend DC-210. configure sets symbol
<BR>
HAVE_CFMAKERAW, not HAVE_cfmakeraw.
<BR>
<P>Index: dc210.c
<BR>
===================================================================
<BR>
RCS file: /cvsroot/external/sane/backend/dc210.c,v
<BR>
retrieving revision 1.1.1.1
<BR>
diff -u -r1.1.1.1 dc210.c
<BR>
--- dc210.c 1999/08/09 18:05:56 1.1.1.1
<BR>
+++ dc210.c 1999/12/20 06:51:22
<BR>
@@ -347,7 +347,7 @@
<BR>
&nbsp;&nbsp;&nbsp;/*
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We need the device to be raw. 8 bits even parity on 9600 baud to start.
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*/
<BR>
-#ifdef HAVE_cfmakeraw
<BR>
+#ifdef HAVE_CFMAKERAW
<BR>
&nbsp;&nbsp;&nbsp;cfmakeraw (&amp;tty_new);
<BR>
&nbsp;#else
<BR>
&nbsp;&nbsp;&nbsp;tty_new.c_lflag &amp;= ~(ICANON | ECHO | ISIG);
<BR>
<PRE>
--
##&gt; Petter Reinholdtsen &lt;## | <A HREF="mailto:pere@td.org.uit.no?Subject=Re:%20Small%20SANE%20DC-210%20patch%20(fwd)&In-Reply-To=&lt;200001222052.MAA11487@pc.interlinx.bc.ca&gt;">pere@td.org.uit.no</A>
O- &lt;SCRIPT Language=&quot;Javascript&quot;&gt;window.close()&lt;/SCRIPT&gt;
<A HREF="http://www.hungry.com/~pere/">http://www.hungry.com/~pere/</A> | Go Mozilla, go! Go!
<P>&lt;&lt; End forwarded message
<P><P>--
Brian J. Murrell InterLinx Support Services, Inc.
North Vancouver, B.C. 604 983 UNIX
Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD
<P>--
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?Subject=Re:%20Small%20SANE%20DC-210%20patch%20(fwd)&In-Reply-To=&lt;200001222052.MAA11487@pc.interlinx.bc.ca&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0178.html">Kevin Dalley: "Re: language versions"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0176.html">Christian Fughe: "Scanmaker II or IIxe with parallel port interface ?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0181.html">Petter Reinholdtsen: "Re: Small SANE DC-210 patch (fwd)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0181.html">Petter Reinholdtsen: "Re: Small SANE DC-210 patch (fwd)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#177">[ date ]</A>
<A HREF="index.html#177">[ thread ]</A>
<A HREF="subject.html#177">[ subject ]</A>
<A HREF="author.html#177">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sat Jan 22 2000 - 12:53:41 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>