kopia lustrzana https://gitlab.com/sane-project/backends
39 wiersze
1.3 KiB
Plaintext
39 wiersze
1.3 KiB
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 "fujitsu" ; name of backend
|
|
;:url "http://www.remote.org/frederik/projects/software/sane/"
|
|
:version "1.0" ; version of backend
|
|
:status :beta ; :alpha, :beta, :stable, :new
|
|
:manpage "sane-fujitsu" ; name of manpage (if it exists)
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
; other types: :stillcam, :vidcam,
|
|
; :meta, :api
|
|
|
|
:mfg "Fujitsu" ; name a manufacturer
|
|
:url "http://imagescanner.fujitsu.com/product/index.html"
|
|
:url "http://www.fujitsu.com/"
|
|
|
|
:model "M3096G" ; name models for above-specified mfg.
|
|
:interface "SCSI"
|
|
;:url "http://www.aa.net/~bentson/sane.html"
|
|
:model "M3091DCd" ; name models for above-specified mfg.
|
|
:interface "SCSI"
|
|
:url "http://www.remote.org/frederik/projects/software/sane/"
|
|
:model "M3093GXim"
|
|
:interface "SCSI"
|
|
:model "M3093GDim"
|
|
:interface "SCSI"
|
|
:model "fi-4340C"
|
|
:interface "SCSI"
|
|
|