kopia lustrzana https://gitlab.com/sane-project/backends
Updated and added more examples.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
4adeccbc5f
commit
3c506cae68
|
@ -8,42 +8,70 @@
|
|||
; ":backend" *must* be specified.
|
||||
; All other information is optional (but what good is the file without it?).
|
||||
;
|
||||
; See doc/descriptions.txt for details.
|
||||
|
||||
:backend "template" ; name of backend
|
||||
:version "0.n" ; version of backend
|
||||
:version "0.42" ; version of backend
|
||||
:status :alpha ; :alpha, :beta, :stable
|
||||
:new :yes ; Is the backend new to this SANE release?
|
||||
; :yes or :no
|
||||
:manpage "sane-template" ; name of manpage (if it exists)
|
||||
:url "http://www.luser.com/temp/" ; backend's web page
|
||||
:url "http://www.luser.com/b/" ; another backend webpage
|
||||
:comment "This backend supports only the USB and SCSI models"
|
||||
; comment about the backend
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
; other types: :stillcam, :vidcam,
|
||||
; :meta, :api
|
||||
|
||||
:mfg "TemPlate" ; name a manufacturer
|
||||
:url "http://www.template.com/"
|
||||
:url "http://www.template.com/" ; manufacturer's URL
|
||||
:url "http://www.template.de/" ; another manufacturer URL
|
||||
:comment "TemPlate scanners are sometimes labeled \"TMP\""
|
||||
; comment about the manufacturer
|
||||
|
||||
:model "Templ Z" ; name models for above-specified mfg.
|
||||
:status :untested ; :alpha, :beta, :stable, :untested,
|
||||
; or :unsupported
|
||||
:interface "SCSI" ; interface type of the device:
|
||||
; "SCSI", "USB", "Parport (EPP)",
|
||||
; "Parport (SPP)", "Parport (ECP)",
|
||||
; "Serial port" or "Proprietary".
|
||||
:status :untested ; :alpha, :beta, :stable, :untested,
|
||||
; or :unsupported
|
||||
:url "http://www.tmp.com/z.html" ; model's URL
|
||||
:comment "With Z-Axis scrolling" ; comment about the model
|
||||
|
||||
:model "Templ ZS"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "No support yet, but we have docs."
|
||||
|
||||
:model "Templ ZQ"
|
||||
:interface "USB"
|
||||
:status :alpha
|
||||
|
||||
:model "Templ ZY"
|
||||
:interface "SCSI"
|
||||
:status :beta
|
||||
|
||||
:model "Templ ZZ"
|
||||
:interface "SCSI"
|
||||
:status :stable
|
||||
|
||||
:mfg "ArmorPlate" ; another manufacturer...
|
||||
:url "http://www.armorplate.com/"
|
||||
|
||||
:model "AmplScan II"
|
||||
:interface "SCSI"
|
||||
:comment "AmplScan *II*, not AmplScan!"
|
||||
|
||||
:devicetype :api ; specify a different type
|
||||
:desc "Interface to FrObYz API" ; describe a non-hardware device
|
||||
:comment "Only FrObYz version 2.0 is supported!"
|
||||
|
||||
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
||||
; and at the top-level.
|
||||
|
||||
; :status specifier is optional after :mfg and at the top-level
|
||||
; :status specifier is optional after :model and at the top-level
|
||||
|
||||
|
||||
|
|
|
@ -8,20 +8,29 @@
|
|||
; ":backend" *must* be specified.
|
||||
; All other information is optional (but what good is the file without it?).
|
||||
;
|
||||
; See doc/descriptions.txt for details.
|
||||
|
||||
:backend "template" ; name of backend
|
||||
:version "0.n" ; version of backend
|
||||
:version "0.42" ; version of backend
|
||||
:status :alpha ; :alpha, :beta, :stable
|
||||
:new :yes ; Is the backend new? :yes or :no
|
||||
:new :yes ; Is the backend new to this SANE release?
|
||||
; :yes or :no
|
||||
:manpage "sane-template" ; name of manpage (if it exists)
|
||||
:url "http://www.luser.com/temp/" ; backend's web page
|
||||
:url "http://www.luser.com/b/" ; another backend webpage
|
||||
:comment "This backend supports only the USB and SCSI models"
|
||||
; comment about the backend
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
; other types: :stillcam, :vidcam,
|
||||
; :meta, :api
|
||||
|
||||
:mfg "TemPlate" ; name a manufacturer
|
||||
:url "http://www.template.com/"
|
||||
:url "http://www.template.com/" ; manufacturer's URL
|
||||
:url "http://www.template.de/" ; another manufacturer URL
|
||||
:comment "TemPlate scanners are sometimes labeled \"TMP\""
|
||||
; comment about the manufacturer
|
||||
|
||||
:model "Templ Z" ; name models for above-specified mfg.
|
||||
:status :untested ; :alpha, :beta, :stable, :untested,
|
||||
; or :unsupported
|
||||
|
@ -29,22 +38,40 @@
|
|||
; "SCSI", "USB", "Parport (EPP)",
|
||||
; "Parport (SPP)", "Parport (ECP)",
|
||||
; "Serial port" or "Proprietary".
|
||||
:url "http://www.tmp.com/z.html" ; model's URL
|
||||
:comment "With Z-Axis scrolling" ; comment about the model
|
||||
|
||||
:model "Templ ZS"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "No support yet, but we have docs."
|
||||
|
||||
:model "Templ ZQ"
|
||||
:interface "USB"
|
||||
:status :alpha
|
||||
|
||||
:model "Templ ZY"
|
||||
:interface "SCSI"
|
||||
:status :beta
|
||||
|
||||
:model "Templ ZZ"
|
||||
:interface "SCSI"
|
||||
:status :stable
|
||||
|
||||
:mfg "ArmorPlate" ; another manufacturer...
|
||||
:url "http://www.armorplate.com/"
|
||||
|
||||
:model "AmplScan II"
|
||||
:interface "SCSI"
|
||||
:comment "AmplScan *II*, not AmplScan!"
|
||||
|
||||
:devicetype :api ; specify a different type
|
||||
:desc "Interface to FrObYz API" ; describe a non-hardware device
|
||||
:comment "Only FrObYz version 2.0 is supported!"
|
||||
|
||||
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
||||
; and at the top-level.
|
||||
|
||||
; :status specifier is optional after :mfg and at the top-level
|
||||
; :status specifier is optional after :model and at the top-level
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue