; ; 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 "sn9c10x" ; name of backend ;:version "(external)" ; version of backend :url "http://gkall.hobby.nl/sn9c10x.html" ; backend's web page :comment "This vidcam backend is for the sonic chipset, See the website for more info." :devicetype :vidcam ; start of a list of devices.... ; other types: :stillcam, :vidcam, ; :meta, :api :mfg "Sweex" ; name a manufacturer :url "http://www.sweex.com" ; name models for above-specified mfg. :model "Sweex Mini Webcam" :interface "USB" :usbid "0x0c45" "0x6005" :status :untested :comment "working on RGB decompression" :mfg "Sitecom" ; name a manufacturer :url "http://www.sitecom.com" ; name models for above-specified mfg. :model "Sitecom VP-001 Easycam" :interface "USB" :usbid "0x0c45" "0x6028" :status :untested :comment "Working on RGB decompression" ; :comment and :url specifiers are optional after :mfg, :model, :desc, ; and at the top-level.