diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:36:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:36:10 +0100 |
commit | e0d94cf4d39395df1e2c6bb4d967200298c13881 (patch) | |
tree | be5c7cace6697afc753c152d13ad5145d0884a42 /doc/descriptions-external/ambir.desc | |
parent | 527bedac30eb120915718eb7997e6dacd583512e (diff) | |
parent | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (diff) |
Update upstream source from tag 'upstream/1.2.1'
Update to upstream version '1.2.1'
with Debian dir a9bb43f754a5c9a361b076af3635cc767b7e652e
Diffstat (limited to 'doc/descriptions-external/ambir.desc')
-rw-r--r-- | doc/descriptions-external/ambir.desc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/descriptions-external/ambir.desc b/doc/descriptions-external/ambir.desc new file mode 100644 index 0000000..b1a232d --- /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" |