kopia lustrzana https://gitlab.com/sane-project/backends
New backend (TECO / Relisys).
rodzic
e2921c497e
commit
f16141c43c
3
PROJECTS
3
PROJECTS
|
@ -72,6 +72,9 @@ Relisys Scorpio Super 3 SCSI II (planned)
|
|||
http://www.xs4all.nl/~plowman/
|
||||
Mark Plowman <sane-devel@plowman.xs4all.nl>
|
||||
|
||||
TECO / Relisys RELI & AVEC scanners
|
||||
http://fz.eryx.net/sane/#teco
|
||||
|
||||
Test backend (similar to pnm backend, but doesn't read files) (planned)
|
||||
Henning Meier-Geinitz <henning@meier-geinitz.de> et. al.
|
||||
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
;
|
||||
; 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 "teco" ; name of backend
|
||||
:version "(1.0-1)" ; version of backend
|
||||
:status :new ; :alpha, :beta, :stable, :new
|
||||
;:manpage "sane-teco" ; name of manpage (if it exists)
|
||||
:url "http://fz.eryx.net/sane" ; backend's web page
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
; other types: :stillcam, :vidcam,
|
||||
; :meta, :api
|
||||
|
||||
:mfg "Relisys"
|
||||
:url "http://www.relisys.com/"
|
||||
:model "RELI 2412"
|
||||
:interface "SCSI"
|
||||
:comment "sub model VM3530+"
|
||||
|
||||
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
||||
; and at the top-level.
|
||||
|
||||
|
||||
|
Ładowanie…
Reference in New Issue