; ; 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 "gt89xx" ; name of backend :version "1.0-1" ; version of backend :manpage "sane-gt89xx" :url "http://gkall.hobby.nl/gt89xx.html" ; backend's web page :comment "This vidcam backend is for the gt89xx chipset, See the website for more info." :devicetype :vidcam ; start of a list of devices.... ; other types: :stillcam, :vidcam, ; :meta, :api :mfg "Grandtech" ; name a manufacturer :url "http://www.aiptek.com.tw" ; name models for above-specified mfg. :model "Aiptek Pencam" :interface "USB" :usbid "0x0797" "0x801c" :status :untested :comment "not working, bulk read problems + ???" :mfg "...." ; name a manufacturer :url "..." ; name models for above-specified mfg. :model " " :interface "USB" :usbid "0x0797" "0x8001" :status :untested :comment " " ; :comment and :url specifiers are optional after :mfg, :model, :desc, ; and at the top-level.