1999-08-09 18:06:01 +00:00
|
|
|
; $Id$
|
|
|
|
;
|
|
|
|
; SANE Backend specification file (Matto Marjanovic's format)
|
|
|
|
;
|
|
|
|
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
|
|
|
|
; All syntactic elements are keyword tokens, followed by a string or
|
|
|
|
; keyword argument, as specified.
|
|
|
|
;
|
|
|
|
; ":backend" *must* be specified.
|
|
|
|
; All other information is optional (but what good is the file without it?).
|
|
|
|
;
|
|
|
|
|
2001-05-26 12:47:34 +00:00
|
|
|
:backend "SnapScan" ; name of backend
|
|
|
|
:version "1.2" ; version of backend
|
|
|
|
:status :alpha ; :alpha, :beta, :stable, :new
|
|
|
|
:manpage "sane-snapscan" ; name of manpage (if it exists)
|
|
|
|
:url "http://snapscan.sourceforge.net/" ; backend's web page
|
1999-08-09 18:06:01 +00:00
|
|
|
|
2001-05-26 12:47:34 +00:00
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
1999-08-09 18:06:01 +00:00
|
|
|
|
2001-05-26 12:47:34 +00:00
|
|
|
:mfg "AGFA" ; name a manufacturer
|
1999-08-09 18:06:01 +00:00
|
|
|
:url "http://www.agfa.com/"
|
2001-05-26 12:47:34 +00:00
|
|
|
;-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
:model "SnapScan 300" ; name models for above-specified mfg.
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
2000-03-05 13:57:25 +00:00
|
|
|
:comment "Only 8 bits/sample at present."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
1999-08-09 18:06:01 +00:00
|
|
|
:model "SnapScan 310"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
1999-08-09 18:06:01 +00:00
|
|
|
:comment "Ditto"
|
2001-05-26 12:47:34 +00:00
|
|
|
|
1999-08-09 18:06:01 +00:00
|
|
|
:model "SnapScan 600"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
1999-08-09 18:06:01 +00:00
|
|
|
:comment "Ditto"
|
2001-05-26 12:47:34 +00:00
|
|
|
|
1999-08-09 18:06:01 +00:00
|
|
|
:model "SnapScan 1236s"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
2000-03-05 13:57:25 +00:00
|
|
|
:comment "Ditto. Have no specific programming info yet."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
|
|
|
:model "SnapScan 1212u"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Ditto. Have no specific programming info yet."
|
|
|
|
|
|
|
|
:model "SnapScan e40"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Have no specific programming info yet."
|
|
|
|
|
|
|
|
:model "SnapScan e50"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Have no specific programming info yet."
|
|
|
|
|
1999-08-09 18:06:01 +00:00
|
|
|
:mfg "Vuego"
|
2001-05-26 12:47:34 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:model "310s"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
1999-08-09 18:06:01 +00:00
|
|
|
:comment "Close SnapScan 310 compatible."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:mfg "Acer"
|
2001-05-26 12:47:34 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
:model "300f"
|
|
|
|
:interface "SCSI"
|
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:model "310s"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
2000-03-05 13:57:25 +00:00
|
|
|
:comment "Same thing as the Vuego 310s."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
:model "610s"
|
|
|
|
:interface "SCSI"
|
2001-05-26 12:47:34 +00:00
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
:model "610plus"
|
|
|
|
:interface "SCSI"
|
|
|
|
:comment "Seems to be a close SnapScan 310/600 compatible."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:model "Prisa 620s"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
2000-03-05 13:57:25 +00:00
|
|
|
:comment "Seems to be a close SnapScan 310/600 compatible."
|
2001-05-26 12:47:34 +00:00
|
|
|
|
|
|
|
:model "Prisa 620u"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Seems to be a close SnapScan 310/600 compatible."
|
|
|
|
|
|
|
|
:model "Prisa 640u"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Seems to be a close SnapScan 310/600 compatible."
|
|
|
|
|
|
|
|
:model "Prisa 640bu"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Seems to be a close SnapScan 310/600 compatible."
|
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:mfg "Guillemot International"
|
2001-05-26 12:47:34 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
2000-03-05 13:57:25 +00:00
|
|
|
:model "Maxi Scan A4 Deluxe (SCSI)"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "SCSI"
|
2000-03-05 13:57:25 +00:00
|
|
|
:comment "May be a repackaged Vuego 310s or SnapScan 310s."
|
1999-08-09 18:06:01 +00:00
|
|
|
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|