summaryrefslogtreecommitdiff
path: root/doc/descriptions-external/v4l2.desc
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:00:40 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:00:40 +0200
commit6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch)
tree2e301d871bbeeb44aa57ff9cc070fcf3be484487 /doc/descriptions-external/v4l2.desc
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'doc/descriptions-external/v4l2.desc')
-rw-r--r--doc/descriptions-external/v4l2.desc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/descriptions-external/v4l2.desc b/doc/descriptions-external/v4l2.desc
new file mode 100644
index 0000000..f9ab650
--- /dev/null
+++ b/doc/descriptions-external/v4l2.desc
@@ -0,0 +1,21 @@
+;
+; 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 "v4l2" ; name of backend
+;:version "(19991125)" ; version of backend
+;:manpage "sane-v4l2" ; name of manpage (if it exists)
+:url "http://video.inodes.org/sane-v4l2/" ; backend's web page
+:comment "The status of this backend is unknown. It hasn't been updated for years. The v4l2 API is now in Linux 2.5 but it's not clear if the v4l2 backend is compatible to that API."
+
+:devicetype :api ; specify a different type
+:desc "Interface to Video For Linux 2 API" ; describe a non-hardware device
+; :comment and :url specifiers are optional after :mfg, :model, :desc,
+; and at the top-level.