1141cc406Sopenharmony_ci; 2141cc406Sopenharmony_ci; SANE Backend specification file 3141cc406Sopenharmony_ci; 4141cc406Sopenharmony_ci; It's basically emacs-lisp --- so ";" indicates comment to end of line. 5141cc406Sopenharmony_ci; All syntactic elements are keyword tokens, followed by a string or 6141cc406Sopenharmony_ci; keyword argument, as specified. 7141cc406Sopenharmony_ci; 8141cc406Sopenharmony_ci; ":backend" *must* be specified. 9141cc406Sopenharmony_ci; All other information is optional (but what good is the file without it?). 10141cc406Sopenharmony_ci; 11141cc406Sopenharmony_ci 12141cc406Sopenharmony_ci:backend "hpoj" ; name of backend 13141cc406Sopenharmony_ci:version "(unmaintained)" ; version of backend 14141cc406Sopenharmony_ci:url "http://hpoj.sourceforge.net/" ; backend's web page 15141cc406Sopenharmony_ci:comment "HPOJ is not maintained anymore. It's recommended to use the hpaio (hplip) backend instead of HPOJ." 16141cc406Sopenharmony_ci 17141cc406Sopenharmony_ci 18141cc406Sopenharmony_ci 19141cc406Sopenharmony_ci:devicetype :scanner ; start of a list of devices.... 20141cc406Sopenharmony_ci ; other types: :stillcam, :vidcam, 21141cc406Sopenharmony_ci ; :meta, :api 22141cc406Sopenharmony_ci 23141cc406Sopenharmony_ci:mfg "Hewlett-Packard" ; name a manufacturer 24141cc406Sopenharmony_ci:url "http://www.hp.com/go/all-in-one" 25141cc406Sopenharmony_ci 26141cc406Sopenharmony_ci; name models for above-specified mfg. 27141cc406Sopenharmony_ci:model "Most HP OfficeJet, LaserJet, and PSC (Printer/Scanner/Copier) multi-function peripherals" 28141cc406Sopenharmony_ci:url "http://hpoj.sourceforge.net/suplist.shtml" 29141cc406Sopenharmony_ci:interface "Parport(ECP) USB JetDirect" 30141cc406Sopenharmony_ci:status :good 31141cc406Sopenharmony_ci:comment "HPOJ is not maintained anymore. It's recommended to use the hpaio (hplip) backend instead of hpoj." 32141cc406Sopenharmony_ci:usbid "ignore" 33141cc406Sopenharmony_ci; :comment and :url specifiers are optional after :mfg, :model, :desc, 34141cc406Sopenharmony_ci; and at the top-level. 35