kopia lustrzana https://gitlab.com/sane-project/backends
34 wiersze
976 B
Plaintext
34 wiersze
976 B
Plaintext
; SANE Backend specification file
|
|
;
|
|
; 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?).
|
|
|
|
:backend "avision" ; name of backend
|
|
:version "0.3.0" ; version of backend
|
|
:status :beta ; :alpha, :beta, :stable, :new
|
|
:url "http://drocklinux.dyndns.org/rene/avision/index.html" ; backend's web page
|
|
|
|
:manpage "sane-avision" ; name of manpage (if it exists)
|
|
|
|
:devicetype :scanner
|
|
|
|
:mfg "Avision" ; name a manufacturer
|
|
:url "http://www.avision.com/"
|
|
|
|
:model "AV 6240" ; name models for above-specified mfg.
|
|
:interface "SCSI"
|
|
:comment "1 pass, ??? DPI"
|
|
|
|
:model "AV 630 CS"
|
|
:interface "SCSI"
|
|
:comment "1 pass, 1200*600 DPI"
|
|
|
|
:model "AV 620 CS"
|
|
:interface "SCSI"
|
|
:comment "1 pass, 1200*600 DPI"
|
|
|