Could you please apply this patch to the SANE dc210 backend, if it's not
been done already?
Thanx,
b.
>>>>> Forwarded message from Petter Reinholdtsen <pere@hungry.com>
Here is a small patch for SANE backend DC-210. configure sets symbol
HAVE_CFMAKERAW, not HAVE_cfmakeraw.
Index: dc210.c
===================================================================
RCS file: /cvsroot/external/sane/backend/dc210.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dc210.c
--- dc210.c 1999/08/09 18:05:56 1.1.1.1
+++ dc210.c 1999/12/20 06:51:22
@@ -347,7 +347,7 @@
/*
We need the device to be raw. 8 bits even parity on 9600 baud to start.
*/
-#ifdef HAVE_cfmakeraw
+#ifdef HAVE_CFMAKERAW
cfmakeraw (&tty_new);
#else
tty_new.c_lflag &= ~(ICANON | ECHO | ISIG);
-- ##> Petter Reinholdtsen <## | pere@td.org.uit.no O- <SCRIPT Language="Javascript">window.close()</SCRIPT> http://www.hungry.com/~pere/ | Go Mozilla, go! Go!<< End forwarded message
-- Brian J. Murrell InterLinx Support Services, Inc. North Vancouver, B.C. 604 983 UNIX Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sat Jan 22 2000 - 12:53:41 PST