2002-04-01 22:56:14 +00:00
|
|
|
; 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_pp" ; name of backend
|
2002-04-07 11:21:14 +00:00
|
|
|
:manpage "sane-canon_pp"
|
2003-01-07 05:14:28 +00:00
|
|
|
:version "0.32" ; version of backend
|
2002-06-29 09:25:11 +00:00
|
|
|
:status :alpha ; :alpha, :beta, :stable, :new
|
2002-04-01 22:56:14 +00:00
|
|
|
|
|
|
|
:url "http://canon-fb330p.sourceforge.net" ; backend home page
|
|
|
|
|
|
|
|
:devicetype :scanner
|
|
|
|
|
|
|
|
:mfg "Canon" ; name a manufacturer
|
|
|
|
:url "http://www.canon.com/"
|
2002-09-03 15:20:49 +00:00
|
|
|
|
|
|
|
:model "CanoScan FB310P" ; name models for above-specified mfg.
|
|
|
|
:interface "Parport (ECP)"
|
|
|
|
:status :unsupported
|
2002-09-16 13:42:51 +00:00
|
|
|
:comment "Rebadged Avision, different command set"
|
2002-09-03 15:20:49 +00:00
|
|
|
|
|
|
|
:model "CanoScan FB610P" ; name models for above-specified mfg.
|
|
|
|
:interface "Parport (ECP)"
|
|
|
|
:status :unsupported
|
2002-09-16 13:42:51 +00:00
|
|
|
:comment "Rebadged Avision, different command set"
|
2002-09-03 15:20:49 +00:00
|
|
|
|
|
|
|
:model "CanoScan FB320P" ; name models for above-specified mfg.
|
|
|
|
:interface "Parport (ECP)"
|
|
|
|
:status :alpha
|
|
|
|
:comment "Newly added support"
|
|
|
|
|
2002-09-01 08:57:34 +00:00
|
|
|
:model "CanoScan FB620P" ; name models for above-specified mfg.
|
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :alpha
|
|
|
|
:comment "Newly added support"
|
|
|
|
|
2002-04-01 22:56:14 +00:00
|
|
|
:model "CanoScan FB330P" ; name models for above-specified mfg.
|
2002-07-22 16:22:35 +00:00
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :beta
|
|
|
|
|
2002-04-01 22:56:14 +00:00
|
|
|
:model "CanoScan FB630P" ; name models for above-specified mfg.
|
2002-07-22 16:22:35 +00:00
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :beta
|
|
|
|
|
2002-04-01 22:56:14 +00:00
|
|
|
:model "CanoScan N340P" ; name models for above-specified mfg.
|
2002-07-22 16:22:35 +00:00
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :beta
|
|
|
|
|
2002-04-01 22:56:14 +00:00
|
|
|
:model "CanoScan N640P" ; name models for above-specified mfg.
|
2002-07-22 16:22:35 +00:00
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :beta
|
|
|
|
|
2002-07-22 16:22:35 +00:00
|
|
|
:model "CanoScan N640P ex" ; name models for above-specified mfg.
|
|
|
|
:interface "Parport (ECP)"
|
2002-09-03 15:20:49 +00:00
|
|
|
:status :beta
|
2002-07-22 16:22:35 +00:00
|
|
|
:comment "Just an N640P in a different box?"
|