1; 2; SANE Backend specification file 3; 4; It's basically emacs-lisp --- so ";" indicates comment to end of line. 5; All syntactic elements are keyword tokens, followed by a string or 6; keyword argument, as specified. 7; 8; ":backend" *must* be specified. 9; All other information is optional (but what good is the file without it?). 10; 11; See doc/descriptions.txt for details. 12 13:backend "panamfs" ; name of backend 14;:version "1.0.0" ; version of backend (or "unmaintained") 15;:manpage "sane-template" ; name of manpage (if it exists) 16:url "http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html" ; backend's web page 17:comment "External backend made by panasonic." 18 ; comment about the backend 19 20:devicetype :scanner ; start of a list of devices.... 21 ; other types: :stillcam, :vidcam, 22 ; :meta, :api 23 24:mfg "Panasonic" ; name a manufacturer 25:url "http://panasonic.net/" ; manufacturer's URL 26;:comment "" 27 ; comment about the manufacturer 28:model "DP-MC210" 29:status :untested 30:comment "No report yet." 31 32:model "DP-MB250" 33:status :untested 34:comment "No report yet." 35 36:model "DP-MB300 series" 37:status :untested 38:comment "No report yet." 39 40:model "KX-MB1500 series" 41:status :untested 42:comment "No report yet." 43 44:model "KX-MB2000 series" 45:status :untested 46:comment "No report yet." 47 48:model "KX-MB3000 series" 49:status :untested 50:comment "No report yet." 51 52:model "KX-MC6000 series" 53:status :untested 54:comment "No report yet." 55