diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 |
commit | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (patch) | |
tree | 23e8d66ede9506b94c76fb36910ca3c7dd15c74e /doc/descriptions-external/template.desc. | |
parent | 302276dc1b90cfc972fb726ca94a23b18f4b0088 (diff) |
New upstream version 1.2.1upstream/1.2.1upstream
Diffstat (limited to 'doc/descriptions-external/template.desc.')
-rw-r--r-- | doc/descriptions-external/template.desc. | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/doc/descriptions-external/template.desc. b/doc/descriptions-external/template.desc. deleted file mode 100644 index ce5d077..0000000 --- a/doc/descriptions-external/template.desc. +++ /dev/null @@ -1,77 +0,0 @@ -; -; 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?). -; -; See doc/descriptions.txt for details. - -:backend "template" ; name of backend -:version "0.42" ; version of backend (or "unmaintained") -: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/" ; 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 ; :minimal, :basic, :good, :complete - ; :untested, or :unsupported -:interface "SCSI" ; interface type of the device: - ; "SCSI", "USB", "Parport (EPP)", - ; "Parport (SPP)", "Parport (ECP)", - ; "Serial port", "IEEE-1394", "JetDirect", - ; or "Proprietary". -:usbid "0x1234" "0x4321" ; Vendor and product ids of an USB device -:url "http://www.tmp.com/z.html" ; model's URL -:comment "With Z-Axis scrolling" ; comment about the model - -:model "Templ ZS" -:interface "USB" -:usbid "0x1234" "0x4322" -:status :unsupported -:comment "No support yet, but we have docs." - -:model "Templ ZQ" -:interface "USB" -:usbid "0x1234" "0x4323" -:status :minimal - -:model "Templ ZY" -:interface "SCSI" -:status :basic - -:model "Templ ZZ" -:interface "SCSI" -:status :good - -:mfg "ArmorPlate" ; another manufacturer... -:url "http://www.armorplate.com/" - -:model "AmplScan II" -:interface "SCSI" -:status :complete -: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 :model and at the top-level |