• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;
2; SANE Backend specification file
3;
4; It's basically emacs-lisp --- so ";" indicates comment to end of line.
5; All syntactic elements are keyword tokens, followed by a string or
6;  keyword argument, as specified.
7;
8; ":backend" *must* be specified.
9; All other information is optional (but what good is the file without it?).
10
11
12:backend "lexmark_x2600"          ; name of backend
13:version "1.0-0"   ; version of backend (or "unmaintained")
14:manpage "sane-lexmark_x2600"     ; name of manpage (if it exists)
15:url "https://gitlab.com/sane-project/backends/"
16                  ; backend's web page
17:new :yes
18:comment "This backend supports lexmark x2600 series scanners."
19                                  ; comment about the backend
20
21:devicetype :scanner              ; start of a list of devices....
22                                  ; other types:  :stillcam, :vidcam,
23                                  ;               :meta, :api
24
25:mfg "Lexmark"                   ; name a manufacturer
26:url "http://www.lexmark.com/"   ; manufacturer's URL
27
28:model "X2670"
29:interface "USB"
30:usbid "0x043d" "0x011d"
31:status :good
32:comment "Supports 75, 150, 300, 600 dpi"
33