• 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 "canon_lide70"          ; name of backend
13:new :no
14:url "http://www.juergen-ernst.de/info_sane.html"
15:version "0"                     ; version of backend
16:manpage "sane-canon_lide70"     ; name of manpage (if it exists)
17:devicetype :scanner             ; start of a list of devices....
18                                 ; other types:  :stillcam, :vidcam,
19                                 ;               :meta, :api
20
21:mfg "Canon"               ; name a manufacturer
22:url "http://www.canon.com/"
23
24;==================================================
25:model "CanoScan LiDE 70"
26:interface "USB"
27:url "http://www.juergen-ernst.de/info_sane.html"
28:usbid "0x04a9" "0x2225"
29:status :basic
30:comment "Please test!"
31
32:model "CanoScan LiDE 600"
33:interface "USB"
34:url "http://www.juergen-ernst.de/info_sane.html"
35:usbid "0x04a9" "0x2224"
36:status :basic
37:comment "Please test!"
38
39:model "CanoScan LiDE 600F"
40:interface "USB"
41:url "http://www.juergen-ernst.de/info_sane.html"
42:usbid "0x04a9" "0x2224"
43:status :basic
44:comment "Please test!"
45