From 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Oct 2014 14:00:40 +0200 Subject: Initial import of sane-backends version 1.0.24-1.2 --- doc/descriptions-external/lhii.desc | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/descriptions-external/lhii.desc (limited to 'doc/descriptions-external/lhii.desc') diff --git a/doc/descriptions-external/lhii.desc b/doc/descriptions-external/lhii.desc new file mode 100644 index 0000000..a755709 --- /dev/null +++ b/doc/descriptions-external/lhii.desc @@ -0,0 +1,46 @@ +; +; 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 "lhii" ; name of backend +;:version "0.42" ; version of backend (or "unmaintained") +;: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.sane-project.org/backends/lhii/lhii-v0.2.tgz" ; backend's web page +:comment "This backend is for old handscanners with proprietary adapter cards. You also need a kernel driver. You may find such drivers at that page: http://www.willamowius.de/scanner.html ." + ; comment about the backend + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "Mustek" ; name a manufacturer +:comment "Other models may also be supported." + +:model "CG-6000" ; name models for above-specified mfg. +:status :untested ; :minimal, :basic, :good, :complete + ; :untested, or :unsupported +:interface "Proprietary" ; interface type of the device: + ; "SCSI", "USB", "Parport (EPP)", + ; "Parport (SPP)", "Parport (ECP)", + ; "Serial port", "IEEE-1394", "JetDirect", + ; or "Proprietary". +:url "http://www.sane-project.org/backends/lhii/gi1904-v0.2.tgz" ; model's URL +:comment "Old handscanner. Hasn't been tested for a long time but once worked. See link for the linux kernel driver that's necessary to run the scanner." ; comment about the model + + +; :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 + + -- cgit v1.2.3