• 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 "kvs20xx"               ; name of backend
13:version "unmaintained"          ; version of backend
14:manpage "sane-kvs20xx"          ; name of manpage (if it exists)
15:comment "New backend for SANE release 1.0.22, see sane-kvs20xx 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-S2025C"
22:interface "SCSI"
23:status :untested
24
25:model "KV-S2026C"
26:interface "USB SCSI"
27:usbid "0x04da" "0x1000"
28:status :untested
29
30:model "KV-S2028C"
31:interface "USB"
32:usbid "0x04da" "0x100a"
33:status :untested
34
35:model "KV-S2045C"
36:interface "SCSI"
37:status :untested
38
39:model "KV-S2046C"
40:interface "USB SCSI"
41:usbid "0x04da" "0x1001"
42:status :untested
43
44:model "KV-S2048C"
45:interface "USB"
46:usbid "0x04da" "0x1009"
47:status :untested
48