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 "brother-mfc4600" ; name of backend 14;:version "0.42" ; version of backend (or "unmaintained") 15;:manpage "sane-template" ; name of manpage (if it exists) 16:url "http://sourceforge.net/projects/brother-mfc" 17;:comment "" 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 "Brother" 25:url "http://www.brother.com/" 26 27:model "MFC 4600" 28:status :basic 29:url "http://sourceforge.net/projects/brother-mfc" 30:interface "USB" 31:usbid "0x04f9" "0x0111" 32:comment "Only USB version of this scanner is supported. Please report how well it works. See link." 33