sane-project-backends/doc/descriptions/coolscan2.desc

66 wiersze
1.5 KiB
Plaintext
Czysty Zwykły widok Historia

2002-04-22 22:08:06 +00:00
;
; 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 (unmaintained)"
2002-05-05 13:55:38 +00:00
:manpage "sane-coolscan2"
2002-04-22 22:08:06 +00:00
:url "http://coolscan2.sourceforge.net/"
:devicetype :scanner
:mfg "Nikon"
:url "http://www.nikon.com/"
2002-04-26 19:33:27 +00:00
:model "LS 30"
2002-04-22 22:08:06 +00:00
:interface "SCSI"
2002-06-14 13:10:42 +00:00
:comment "working -- model available to developer"
2003-07-28 19:29:10 +00:00
:status :complete
2002-04-22 22:08:06 +00:00
2002-08-21 23:36:00 +00:00
:model "LS 2000"
:interface "SCSI"
2003-07-28 19:29:10 +00:00
:status :good
2002-08-21 23:36:00 +00:00
2002-04-26 19:33:27 +00:00
:model "LS 40 ED"
2002-04-22 22:08:06 +00:00
:interface "USB"
:usbid "0x04b0" "0x4000"
2003-07-28 19:29:10 +00:00
:status :complete
2002-04-22 22:08:06 +00:00
2002-04-26 19:33:27 +00:00
:model "LS 4000 ED"
2003-07-28 17:06:55 +00:00
:interface "IEEE-1394"
2003-07-28 19:29:10 +00:00
:status :good
2002-08-21 23:36:00 +00:00
:comment "needs linux kernel 2.4.19 or later"
2002-04-22 22:08:06 +00:00
: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."
2002-04-26 19:33:27 +00:00
:model "LS 8000 ED"
2003-07-28 17:06:55 +00:00
:interface "IEEE-1394"
2003-07-28 19:29:10 +00:00
:status :good
2002-08-21 23:36:00 +00:00
:comment "needs linux kernel 2.4.19 or later"
2002-04-22 22:08:06 +00:00
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.