diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 09:55:03 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 09:55:03 +0100 |
commit | 23c348d62ab9f0a902189c70921310a5f856852c (patch) | |
tree | 08c40dc8b180b31f504945e8da3e3ea3950e4145 /doc/descriptions/lexmark_x2600.desc | |
parent | 2938695ca4c9bca7834817465662e31570f6d32f (diff) | |
parent | 44916ca6d75e0b5f258a098a50d659f31c6625fd (diff) |
Update upstream source from tag 'upstream/1.3.0'
Update to upstream version '1.3.0'
with Debian dir ab14a3d39c8a7f8e08536efd939bb78110db77f3
Diffstat (limited to 'doc/descriptions/lexmark_x2600.desc')
-rw-r--r-- | doc/descriptions/lexmark_x2600.desc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/descriptions/lexmark_x2600.desc b/doc/descriptions/lexmark_x2600.desc new file mode 100644 index 0000000..0ff4efd --- /dev/null +++ b/doc/descriptions/lexmark_x2600.desc @@ -0,0 +1,32 @@ +; +; 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?). + + +:backend "lexmark_x2600" ; name of backend +:version "1.0-0" ; version of backend (or "unmaintained") +:manpage "sane-lexmark_x2600" ; name of manpage (if it exists) +:url "https://gitlab.com/sane-project/backends/" + ; backend's web page +:new :yes +:comment "This backend supports lexmark x2600 series scanners." + ; comment about the backend + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "Lexmark" ; name a manufacturer +:url "http://www.lexmark.com/" ; manufacturer's URL + +:model "X2670" +:interface "USB" +:usbid "0x043d" "0x011d" +:status :good +:comment "Supports 75, 150, 300, 600 dpi" |