sane-project-website/old-archive/2000-10/0043.html

165 wiersze
6.4 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: Re: [SnapScan] Acer 300/310/610 and wine debugging</TITLE>
<META NAME="Author" CONTENT="Sebastien Sable (sebastien.sable@gmx.net)">
<META NAME="Subject" CONTENT="Re: [SnapScan] Acer 300/310/610 and wine debugging">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: [SnapScan] Acer 300/310/610 and wine debugging</H1>
<!-- received="Wed Oct 4 03:07:12 2000" -->
<!-- isoreceived="20001004100712" -->
<!-- sent="04 Oct 2000 11:55:07 +0200" -->
<!-- isosent="20001004095507" -->
<!-- name="Sebastien Sable" -->
<!-- email="sebastien.sable@gmx.net" -->
<!-- subject="Re: [SnapScan] Acer 300/310/610 and wine debugging" -->
<!-- id="877l7pvslg.fsf@gmx.net" -->
<!-- inreplyto="Wed, 04 Oct 2000 08:37:39 +0800&quot;" -->
<STRONG>From:</STRONG> Sebastien Sable (<A HREF="mailto:sebastien.sable@gmx.net?Subject=Re:%20[SnapScan]%20Acer%20300/310/610%20and%20wine%20debugging&In-Reply-To=&lt;877l7pvslg.fsf@gmx.net&gt;"><EM>sebastien.sable@gmx.net</EM></A>)<BR>
<STRONG>Date:</STRONG> Wed Oct 04 2000 - 02:55:07 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0044.html">Collins, Martin: "Lineart with xsane/mustek (Was: Patch for sane.tex (image polarit y))"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0042.html">abel deuring: "Re: Patch for sane.tex (image polarity)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0051.html">Sebastien Sable: "Re: [SnapScan] Acer 300/310/610 and wine debugging"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#43">[ date ]</A>
<A HREF="index.html#43">[ thread ]</A>
<A HREF="subject.html#43">[ subject ]</A>
<A HREF="author.html#43">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Steve Underwood &lt;<A HREF="mailto:steveu@coppice.org?Subject=Re:%20[SnapScan]%20Acer%20300/310/610%20and%20wine%20debugging&In-Reply-To=&lt;877l7pvslg.fsf@gmx.net&gt;">steveu@coppice.org</A>&gt; writes:
<BR>
<P><EM>&gt; trace:aspi:SCSI_printprocentry Host: scsi0 Channel: 00 Id: 02 Lun: 00
</EM><BR>
<EM>&gt; trace:aspi:SCSI_printprocentry Vendor: ACERPERI Model: ACERSCAN_A4____1
</EM><BR>
<EM>&gt; Rev: 0110
</EM><BR>
<EM>&gt; trace:aspi:SCSI_printprocentry Type: Scanner
</EM><BR>
<EM>&gt; ANSI SCSI revision: 02
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; The other Acer scanners report their model type as &quot;FlatbedScannerXX&quot;,
</EM><BR>
<EM>&gt; where XX is a 2 digit number. Did you have to add &quot;ACERSCAN_A4____1&quot; to the
</EM><BR>
<EM>&gt; list of models in the source code, or does your scanner report different
</EM><BR>
<EM>&gt; model IDs at different times?
</EM><BR>
<P>I added it myself in sane to recognize my scanner and those are always
<BR>
the same values. I even did a little patch (see below) but didn't
<BR>
submit it because it's quite useless for the moment given that the
<BR>
scanner still doesn't work.
<BR>
My acer 300f is quite old and acer has probably changed his way of
<BR>
naming models later.
<BR>
<P>Is it really the only interesting part in my log?
<BR>
<PRE>
--
S<EFBFBD>bastien Sabl<62>
<A HREF="mailto:sebastien.sable@gmx.net?Subject=Re:%20[SnapScan]%20Acer%20300/310/610%20and%20wine%20debugging&In-Reply-To=&lt;877l7pvslg.fsf@gmx.net&gt;">sebastien.sable@gmx.net</A>
<P><P>diff -C 2 -r sane-1.0.3/backend/snapscan.conf sane-1.0.3.seb/backend/snapscan.conf
*** sane-1.0.3/backend/snapscan.conf Mon Aug 9 20:05:49 1999
--- sane-1.0.3.seb/backend/snapscan.conf Fri Sep 15 02:21:57 2000
***************
*** 1,4 ****
--- 1,6 ----
scsi AGFA
scsi COLOR
+ scsi ACERPERI
/dev/scanner
/dev/sga
+ /dev/sg0
diff -C 2 -r sane-1.0.3/backend/snapscan.desc sane-1.0.3.seb/backend/snapscan.desc
*** sane-1.0.3/backend/snapscan.desc Sat Aug 12 17:09:37 2000
--- sane-1.0.3.seb/backend/snapscan.desc Fri Sep 15 02:22:25 2000
***************
*** 40,43 ****
--- 40,44 ----
:comment &quot;Close SnapScan 310 compatible.&quot;
:mfg &quot;Acer&quot;
+ :model &quot;300f&quot;
:model &quot;310s&quot;
:interface &quot;SCSI&quot;
diff -C 2 -r sane-1.0.3/backend/snapscan.h sane-1.0.3.seb/backend/snapscan.h
*** sane-1.0.3/backend/snapscan.h Sat Aug 12 17:16:52 2000
--- sane-1.0.3.seb/backend/snapscan.h Fri Sep 22 15:00:55 2000
***************
*** 73,76 ****
--- 73,77 ----
SNAPSCAN600, /* the SnapScan 600 */
SNAPSCAN1236S, /* the SnapScan 1236s */
+ ACER300F,
VUEGO310S, /* Vuego-Version of SnapScan 310 WG changed */
VUEGO610S, /* Vuego 610S and 610plus SJU changed */
***************
*** 95,98 ****
--- 96,100 ----
{&quot;SNAPSCAN 600&quot;, SNAPSCAN600},
{&quot;SnapScan&quot;, SNAPSCAN300},
+ {&quot;ACERSCAN_A4____1&quot;, ACER300F}
};
#define known_scanners ((int) (sizeof(scanners)/sizeof(scanners[0])))
***************
*** 102,106 ****
/* SCSI Vendor name */
&quot;AGFA&quot;,
! &quot;COLOR&quot;
};
#define known_vendors ((int) (sizeof(vendors)/sizeof(vendors[0])))
--- 104,109 ----
/* SCSI Vendor name */
&quot;AGFA&quot;,
! &quot;COLOR&quot;,
! &quot;ACERPER&quot;
};
#define known_vendors ((int) (sizeof(vendors)/sizeof(vendors[0])))
<P><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:%20[SnapScan]%20Acer%20300/310/610%20and%20wine%20debugging&In-Reply-To=&lt;877l7pvslg.fsf@gmx.net&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0044.html">Collins, Martin: "Lineart with xsane/mustek (Was: Patch for sane.tex (image polarit y))"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0042.html">abel deuring: "Re: Patch for sane.tex (image polarity)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0051.html">Sebastien Sable: "Re: [SnapScan] Acer 300/310/610 and wine debugging"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#43">[ date ]</A>
<A HREF="index.html#43">[ thread ]</A>
<A HREF="subject.html#43">[ subject ]</A>
<A HREF="author.html#43">[ 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>Wed Oct 04 2000 - 03:07:41 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>