; ; 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 "sq930x" ; name of backend ;:version "(external)" ; version of backend :url "http://gkall.hobby.nl/sq930x.html" ; backend's web page :comment "This vidcam backend is for the sq930 chipset, See the website for more info." :devicetype :vidcam ; start of a list of devices.... ; other types: :stillcam, :vidcam, ; :meta, :api :mfg "Creative" ; name a manufacturer :url "http://www.creative.com" ; name models for above-specified mfg. :model "Live! Ultra for Notebooks" :interface "USB" :usbid "0x041e" "0x403d" :status :untested :comment "working on RGB decompression" :mfg "Creative" ; name a manufacturer :url "http://www.creative.com" ; name models for above-specified mfg. :model "Live! Ultra" :interface "USB" :usbid "0x041e" "0x403c" :status :untested :comment "Maybe LED is switched on?, not tested" :mfg "Creative" ; name a manufacturer :url "http://www.creative.com" ; name models for above-specified mfg. :model "Live! Motion" :interface "USB" :usbid "0x041e" "0x4041" :status :untested :comment "Maybe LED is switched on?, not tested" :mfg "Typhoon" :url "http://www.typhoon.de" :mfg "Sweex" ; name a manufacturer :url "http://www.sweex.com" ; name models for above-specified mfg. :model "Motion Tracking WC040 or Typhoon MotionCam" :interface "USB" :usbid "0x2770" "0x930b" :status :untested :comment "working on init sequence" :mfg "Tecom" ; name a manufacturer :url "" :mfg "Trust" ; name a manufacturer :url "http://www.trust.com" ; name models for above-specified mfg. :model "318S-H (NHJ) or Trust WB-3500T" :interface "USB" :usbid "0x2770" "0x930c" :status :untested :comment "working on RGB decompression" :mfg "Joy-IT" ; name a manufacturer :url "" ; name models for above-specified mfg. :model "318@" :interface "USB" :usbid "0x041e" "0x4038" :status :untested :comment "Maybe LED is switched on, not tested" ; :comment and :url specifiers are optional after :mfg, :model, :desc, ; and at the top-level./