From e0c25d5a674a8a6151cc2ffa9650edc26af6171c Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Fri, 9 Sep 2022 09:29:54 -0700 Subject: [PATCH] doc_external: Added external driver entry for Ambir ImageScan Pro 820ix Also corrected a prior error in the Kyocera external file. --- doc/Makefile.am | 3 ++- doc/descriptions-external/ambir.desc | 35 ++++++++++++++++++++++++++ doc/descriptions-external/kyocera.desc | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 doc/descriptions-external/ambir.desc diff --git a/doc/Makefile.am b/doc/Makefile.am index f9e5beb42..7dbbfaf15 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -189,7 +189,8 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \ descriptions/v4l.desc descriptions/xerox_mfp.desc EXTRA_DIST += $(DESC_FILES) descriptions/template.desc -DESC_EXT_FILES = descriptions-external/brother2.desc \ +DESC_EXT_FILES = descriptions-external/ambir.desc \ + descriptions-external/brother2.desc \ descriptions-external/brother.desc \ descriptions-external/brother-mfc4600.desc \ descriptions-external/cs3200f.desc \ diff --git a/doc/descriptions-external/ambir.desc b/doc/descriptions-external/ambir.desc new file mode 100644 index 000000000..b1a232d0a --- /dev/null +++ b/doc/descriptions-external/ambir.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 "pl12x" ; name of backend +;:version "" ; version of backend (or "unmaintained") +;:manpage "sane-template" ; name of manpage (if it exists) +:url "https://acct90501.secure.netsuite.com/c.ACCT90501/820ix%20linux%20Driver%205%2031%202022.zip" ; backend's web page +:comment "External backend supplied by Ambir Technology. 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 Ambir 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 "Ambir Technology" ; name a manufacturer +:url "https://www.ambir.com/" ; manufacturer's URL +;:comment "" + ; comment about the manufacturer + +;reports that we have seen + + +:model "ImageScan Pro 820ix" +:status :complete +:interface "USB" +:usbid "0x20ec" "0x820b" diff --git a/doc/descriptions-external/kyocera.desc b/doc/descriptions-external/kyocera.desc index 3418b0abd..e5a22253d 100644 --- a/doc/descriptions-external/kyocera.desc +++ b/doc/descriptions-external/kyocera.desc @@ -14,7 +14,7 @@ ;: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 "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 Kyocera website which contains the latest list." ; comment about the backend :devicetype :scanner ; start of a list of devices....