1; SANE Backend specification file 2; 3; It's basically emacs-lisp --- so ";" indicates comment to end of line. 4; All syntactic elements are keyword tokens, followed by a string or 5; keyword argument, as specified. 6; 7; ":backend" *must* be specified. 8; All other information is optional (but what good is the file without it?). 9; 10 11:backend "canon" ; name of backend 12:manpage "sane-canon" 13:version "1.12 (unmaintained)" ; version of backend 14;:status :good ; :alpha, :beta, :stable, :new 15 16:url "https://web.archive.org/web/20051103043526/http://www.rzg.mpg.de/~mpd/sane/" ; backend home page 17 18:devicetype :scanner 19 20:mfg "Canon" ; name a manufacturer 21:url "http://www.canon.com/" 22 23:model "CanoScan 300" ; name models for above-specified mfg. 24:interface "SCSI" 25:comment "1 pass; flatbed scanner" 26:status :good 27 28:model "CanoScan 600" ; name models for above-specified mfg. 29:interface "SCSI" 30:comment "1 pass; flatbed scanner" 31:status :good 32 33:model "CanoScan 620S" ; name models for above-specified mfg. 34:interface "SCSI" 35:comment "1 pass; flatbed scanner" 36:status :good 37 38:model "CanoScan 1200S" ; name models for above-specified mfg. 39:interface "SCSI" 40:comment "1 pass; flatbed scanner" 41:status :good 42 43:model "CanoScan 2700F" ; name models for above-specified mfg. 44:interface "SCSI" 45:comment "1 pass; film scanner" 46:status :good 47 48:model "CanoScan 2710S" ; name models for above-specified mfg. 49:interface "SCSI" 50:comment "1 pass; 36bit film scanner" 51:status :good 52 53:model "IX-4015" ; name models for above-specified mfg. 54:interface "SCSI" 55:comment "1 pass; flatbed scanner" 56:status :good 57 58:mfg "Apple" ; name a manufacturer 59:url "http://www.apple.com/" 60 61:model "Color OneScanner 600/27" ; name models for above-specified mfg. 62:interface "SCSI" 63:comment "Rebadged CanoScan 300" 64:status :good 65