summaryrefslogtreecommitdiff
path: root/doc/descriptions/coolscan2.desc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/descriptions/coolscan2.desc')
-rw-r--r--doc/descriptions/coolscan2.desc65
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/descriptions/coolscan2.desc b/doc/descriptions/coolscan2.desc
new file mode 100644
index 0000000..e6c7359
--- /dev/null
+++ b/doc/descriptions/coolscan2.desc
@@ -0,0 +1,65 @@
+;
+; SANE Backend specification file for coolscan2
+;
+; 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 "coolscan2"
+:version "0.1.8"
+:manpage "sane-coolscan2"
+:url "http://coolscan2.sourceforge.net/"
+
+:devicetype :scanner
+:mfg "Nikon"
+:url "http://www.nikon.com/"
+
+:model "LS 30"
+:interface "SCSI"
+:comment "working -- model available to developer"
+:status :complete
+
+:model "LS 2000"
+:interface "SCSI"
+:status :good
+
+:model "LS 40 ED"
+:interface "USB"
+:usbid "0x04b0" "0x4000"
+:status :complete
+
+:model "LS 4000 ED"
+:interface "IEEE-1394"
+:status :good
+:comment "needs linux kernel 2.4.19 or later"
+
+:model "LS 50 ED"
+;:url "/unsupported/nikon-ls50-ed.html"
+:interface "USB"
+:usbid "0x04b0" "0x4001"
+:status :minimal
+
+:model "Coolscan V ED"
+:url "/unsupported/nikon-ls50-ed.html"
+:interface "USB"
+:usbid "0x04b0" "0x4001"
+:status :minimal
+
+:model "Super Coolscan LS-5000 ED"
+:url "/unsupported/nikon-ls5000-ed.html"
+:interface "USB"
+:usbid "0x04b0" "0x4002"
+:status :untested
+:comment "May work, similar to LS 50 ED, but untested. Please tell us if it works."
+
+:model "LS 8000 ED"
+:interface "IEEE-1394"
+:status :good
+:comment "needs linux kernel 2.4.19 or later"
+
+; :comment and :url specifiers are optional after :mfg, :model, :desc,
+; and at the top-level.