From 16eed3e5267e9c38ea4b10da48746222edc3ed29 Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Thu, 25 Aug 2022 18:49:35 +0000 Subject: [PATCH] doc: Added external report of Kyocera SANE driver. --- doc/Makefile.am | 1 + doc/descriptions-external/kyocera.desc | 35 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 doc/descriptions-external/kyocera.desc diff --git a/doc/Makefile.am b/doc/Makefile.am index 19e9df5de..f9e5beb42 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -200,6 +200,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \ descriptions-external/hpaio.desc \ descriptions-external/hpoj.desc \ descriptions-external/kodak-twain.desc \ + descriptions-external/kyocera.desc \ descriptions-external/lhii.desc \ descriptions-external/mustek_a3p1.desc \ descriptions-external/panamfs.desc \ diff --git a/doc/descriptions-external/kyocera.desc b/doc/descriptions-external/kyocera.desc new file mode 100644 index 000000000..3418b0abd --- /dev/null +++ b/doc/descriptions-external/kyocera.desc @@ -0,0 +1,35 @@ +; +; 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 "kyocera" ; name of backend +;:version "" ; version of backend (or "unmaintained") +;:manpage "sane-template" ; name of manpage (if it exists) +:url "https://www.kyoceradocumentsolutions.de/de/support/downloads.html" ; backend's web page +:comment "External backend made by Kyocera. As this software contains non-free parts, it can't be included into SANE. If you can't find your model here, please have a look at the brother website which contains the latest list." + ; comment about the backend + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "Kyocera" ; name a manufacturer +:url "https://www.kyoceradocumentsolutions.de" ; manufacturer's URL +;:comment "" + ; comment about the manufacturer + +;reports that we have seen + + +:model "Ecosys M2640idw" +:status :good +:interface "Network" +:comment "Reported to work over Network."