kopia lustrzana https://gitlab.com/sane-project/backends
100 wiersze
2.0 KiB
Plaintext
100 wiersze
2.0 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 "pie" ; name of backend
|
|
:version "1.0" ; version of backend
|
|
:status :beta ; :alpha, :beta, :stable, :new
|
|
:manpage "sane-pie" ; name of manpage (if it exists)
|
|
:url "http://www.munton.demon.co.uk/sane" ; backend's web page
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
; other types: :stillcam, :vidcam,
|
|
; :meta, :api
|
|
|
|
:mfg "Devcom"
|
|
:url "http://www.blackwidow.co.uk/"
|
|
|
|
:model "9636PRO"
|
|
:interface "SCSI"
|
|
:status :stable
|
|
|
|
:model "9636S"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "9630S"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:mfg "PIE" ; name a manufacturer
|
|
:url "http://www.scanace.com/"
|
|
|
|
:model "ScanAce 1236S"
|
|
:interface "SCSI"
|
|
:status :stable
|
|
|
|
:model "ScanAce 1230S"
|
|
:interface "SCSI"
|
|
:status :stable
|
|
|
|
:model "ScanAce II"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce III"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce Plus"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce II Plus"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce III Plus"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce V"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce ScanMedia"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce ScanMedia II"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce 630S"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ScanAce 636S"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:mfg "Adlib"
|
|
|
|
:model "JetScan630"
|
|
:interface "SCSI"
|
|
:status :stable
|
|
|
|
:model "JetScan636PRO"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
; and at the top-level.
|