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 "ma1509" ; name of backend 12:version "1.0-3 (unmaintained)" ; version of backend 13:manpage "sane-ma1509" ; name of manpage (if it exists) 14:url "http://www.meier-geinitz.de/sane/ma1509-backend/" ; backend's web page 15 16:devicetype :scanner ; start of a list of devices.... 17 ; other types: :stillcam, :vidcam, 18 ; :meta, :api 19 20:mfg "Mustek" ; name a manufacturer 21:url "http://www.mustek.com/" 22:url "http://www.mustek.com.tw/" 23:url "http://www.mustek.de/" 24 25:model "BearPaw 1200 F" 26:interface "USB" 27:usbid "0x055f" "0x0010" 28:status :good 29:comment "Works up to 600 dpi. No support for TA and ADF yet." 30:mfg "Fujitsu" ; name a manufacturer 31:url "http://www.fujitsu.com/" 32 33:model "fi-4110EOX/2/3" 34:interface "USB" 35:usbid "0x04c5" "0x1040" 36:status :unsupported 37:comment "Uses ma1509 chip, but very different from other scanners supported by the ma1509 backend" 38