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 "kvs40xx"               ; name of backend
13:version "unmaintained"          ; version of backend
14:manpage "sane-kvs40xx"          ; name of manpage (if it exists)
15:comment "New backend for SANE release 1.0.23, see sane-kvs40xx 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-S4065C"
22:interface "USB"
23:usbid "0x04da" "0x100d"
24:status :untested
25
26:model "KV-S4085C"
27:interface "USB"
28:usbid "0x04da" "0x100c"
29:status :untested
30
31:model "KV-S7075C"
32:interface "USB"
33:usbid "0x04da" "0x100e"
34:status :untested
35