diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /doc/descriptions/canon.desc |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'doc/descriptions/canon.desc')
-rw-r--r-- | doc/descriptions/canon.desc | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/descriptions/canon.desc b/doc/descriptions/canon.desc new file mode 100644 index 0000000..c6db616 --- /dev/null +++ b/doc/descriptions/canon.desc @@ -0,0 +1,65 @@ +; 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 "canon" ; name of backend +:manpage "sane-canon" +:version "1.12" ; version of backend +;:status :good ; :alpha, :beta, :stable, :new + +:url "http://www.rzg.mpg.de/~mpd/sane/" ; backend home page + +:devicetype :scanner + +:mfg "Canon" ; name a manufacturer +:url "http://www.canon.com/" + +:model "CanoScan 300" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; flatbed scanner" +:status :good + +:model "CanoScan 600" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; flatbed scanner" +:status :good + +:model "CanoScan 620S" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; flatbed scanner" +:status :good + +:model "CanoScan 1200S" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; flatbed scanner" +:status :good + +:model "CanoScan 2700F" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; film scanner" +:status :good + +:model "CanoScan 2710S" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; 36bit film scanner" +:status :good + +:model "IX-4015" ; name models for above-specified mfg. +:interface "SCSI" +:comment "1 pass; flatbed scanner" +:status :good + +:mfg "Apple" ; name a manufacturer +:url "http://www.apple.com/" + +:model "Color OneScanner 600/27" ; name models for above-specified mfg. +:interface "SCSI" +:comment "Rebadged CanoScan 300" +:status :good + |