• 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 "cardscan"              ; name of backend
13:url "http://www.thebility.com/cardscan/"
14:version "3"                 ; version of backend
15:manpage "sane-cardscan"         ; name of manpage (if it exists)
16:comment "Backend updated for SANE release 1.0.21, see sane-cardscan manpage"
17:devicetype :scanner             ; start of a list of devices....
18                                 ; other types:  :stillcam, :vidcam,
19                                 ;               :meta, :api
20
21:mfg "Corex/Dymo"                   ; name a manufacturer
22:url "http://www.cardscan.com/"
23
24:model "800c"
25:interface "USB"
26:usbid "0x08f0" "0x0005"
27:status :good
28:comment "4 inch wide 8bit Gray or 24bit Color simplex card/receipt scanner"
29
30:model "600c"
31:interface "USB"
32:usbid "0x08f0" "0x0002"
33:status :basic
34:comment "4 inch wide 8bit Gray or 24bit Color simplex card/receipt scanner"
35
36:mfg "Sanford"                   ; name a manufacturer
37
38:model "800c"
39:interface "USB"
40:usbid "0x0451" "0x6250"
41:status :good
42:comment "4 inch wide 8bit Gray or 24bit Color simplex card/receipt scanner"
43