~ubuntu-branches/ubuntu/saucy/sane-backends/saucy

« back to all changes in this revision

Viewing changes to doc/descriptions/kvs20xx.desc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-14 14:28:56 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110214142856-6gxjetg88q9zctid
Tags: 1.0.22-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.1
* debian/patches/allow_dll.d_symlinks.patch:
* debian/patches/fix_epson2_cancel.patch:
* debian/patches/fix_epson2_commands.patch:
* debian/patches/fix_xerox_mfp_color_mode.patch:
* debian/patches/genesys_disable_raw_data_log.patch:
* debian/patches/no_translations.patch:
* debian/patches/saned_exit_avahi_process.patch:
* debian/patches/scsi_perfection_2450.patch:
* debian/patches/scsi_scanjet_4c.patch:
* debian/patches/xerox_mfp_new_ids.patch:
  - Applied upstream
* debian/watch:
  - Dropped, the URL is not consistent between releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 "2"                     ; version of backend
 
14
:new :yes
 
15
:manpage "sane-kvs20xx"          ; name of manpage (if it exists)
 
16
:comment "New backend for SANE release 1.0.22, see sane-kvs20xx manpage"
 
17
:devicetype :scanner             ; start of a list of devices....
 
18
 
 
19
:mfg "Panasonic"                 ; name a manufacturer
 
20
:url "http://www.panasonic.com/"
 
21
 
 
22
:model "KV-S2025C"
 
23
:interface "SCSI"
 
24
:status :untested
 
25
 
 
26
:model "KV-S2026C"
 
27
:interface "USB SCSI"
 
28
:usbid "0x04da" "0x1000"
 
29
:status :untested
 
30
 
 
31
:model "KV-S2028C"
 
32
:interface "USB"
 
33
:usbid "0x04da" "0x100a"
 
34
:status :untested
 
35
 
 
36
:model "KV-S2045C"
 
37
:interface "SCSI"
 
38
:status :untested
 
39
 
 
40
:model "KV-S2046C"
 
41
:interface "USB SCSI"
 
42
:usbid "0x04da" "0x1001"
 
43
:status :untested
 
44
 
 
45
:model "KV-S2048C"
 
46
:interface "USB"
 
47
:usbid "0x04da" "0x1009"
 
48
:status :untested
 
49