sane-project-backends/backend/plustek.desc

33 wiersze
1.1 KiB
Plaintext
Czysty Zwykły widok Historia

1999-08-09 18:06:01 +00:00
;
; 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 "plustek" ; name of backend
:version "(0.27)" ; version of backend
1999-08-09 18:06:01 +00:00
:status :beta ; :alpha, :beta, :stable, :new
;;:manpage "sane-umax" ; name of manpage (if it exists)
:url "http://www.efn.org/~rick/plustek/" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Plustek" ; name a manufacturer
:url "http://www.plustek.com/"
:model "Plustek 4830" ; name models for above-specified mfg.
:comment "OK"
:model "Plustek 9630"
:comment "Doesn't work"
:model "Plustek OpticPro 600"
:comment "Doesn't work"
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.