Re: [SnapScan] Acer 300/310/610 and wine debugging

From: Sebastien Sable (sebastien.sable@gmx.net)
Date: Wed Oct 04 2000 - 02:55:07 PDT

  • Next message: Collins, Martin: "Lineart with xsane/mustek (Was: Patch for sane.tex (image polarit y))"

    Steve Underwood <steveu@coppice.org> writes:

    > trace:aspi:SCSI_printprocentry Host: scsi0 Channel: 00 Id: 02 Lun: 00
    > trace:aspi:SCSI_printprocentry Vendor: ACERPERI Model: ACERSCAN_A4____1
    > Rev: 0110
    > trace:aspi:SCSI_printprocentry Type: Scanner
    > ANSI SCSI revision: 02
    >
    > The other Acer scanners report their model type as "FlatbedScannerXX",
    > where XX is a 2 digit number. Did you have to add "ACERSCAN_A4____1" to the
    > list of models in the source code, or does your scanner report different
    > model IDs at different times?

    I added it myself in sane to recognize my scanner and those are always
    the same values. I even did a little patch (see below) but didn't
    submit it because it's quite useless for the moment given that the
    scanner still doesn't work.
    My acer 300f is quite old and acer has probably changed his way of
    naming models later.

    Is it really the only interesting part in my log?

    -- 
    Sébastien Sablé
    sebastien.sable@gmx.net
    

    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 "Close SnapScan 310 compatible." :mfg "Acer" + :model "300f" :model "310s" :interface "SCSI" 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 ---- {"SNAPSCAN 600", SNAPSCAN600}, {"SnapScan", SNAPSCAN300}, + {"ACERSCAN_A4____1", ACER300F} }; #define known_scanners ((int) (sizeof(scanners)/sizeof(scanners[0]))) *************** *** 102,106 **** /* SCSI Vendor name */ "AGFA", ! "COLOR" }; #define known_vendors ((int) (sizeof(vendors)/sizeof(vendors[0]))) --- 104,109 ---- /* SCSI Vendor name */ "AGFA", ! "COLOR", ! "ACERPER" }; #define known_vendors ((int) (sizeof(vendors)/sizeof(vendors[0])))

    -- 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 : Wed Oct 04 2000 - 03:07:41 PDT