• 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 "kvs1025"               ; name of backend
13:version "unmaintained"          ; version of backend
14:manpage "sane-kvs1025"          ; name of manpage (if it exists)
15:comment "New backend for SANE release 1.0.21, see sane-kvs1025 manpage"
16:devicetype :scanner             ; start of a list of devices....
17
18:mfg "Panasonic"                 ; name a manufacturer
19:url "http://www.panasonic.com/"
20
21:model "KV-S1020C"
22:interface "USB"
23:usbid "0x04da" "0x1007"
24:status :good
25
26:model "KV-S1025C"
27:interface "USB"
28:usbid "0x04da" "0x1006"
29:status :good
30
31:model "KV-S1045C"
32:interface "USB"
33:usbid "0x04da" "0x1010"
34:status :good
35