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

« back to all changes in this revision

Viewing changes to .pc/scsi_scanjet_4c.patch/doc/descriptions/hp.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 "hp"                     ; name of backend
13
 
:version "1.06"                   ; version of backend
14
 
:manpage "sane-hp"                ; name of manpage (if it exists)
15
 
:url "http://www.kirchgessner.net/" ; backend's web page
16
 
 
17
 
:devicetype :scanner              ; start of a list of devices....
18
 
                                  ; other types:  :stillcam, :vidcam,
19
 
                                  ;               :meta, :api
20
 
 
21
 
:mfg "Hewlett-Packard"            ; name a manufacturer
22
 
:url "http://www.hp.com/"
23
 
 
24
 
:model "ScanJet Plus"           ; name models for above-specified mfg.
25
 
:interface "Propietary"
26
 
:status :complete
27
 
:comment "Driver for HP parallel interface card required"
28
 
 
29
 
:model "ScanJet IIc"
30
 
:interface "SCSI"
31
 
:status :complete
32
 
:scsi "HP" "C1750A" "processor"
33
 
 
34
 
:model "ScanJet IIp"
35
 
:interface "SCSI"
36
 
:status :complete
37
 
:scsi "HP" "C1790A" "processor"
38
 
 
39
 
:model "ScanJet IIcx"
40
 
:interface "SCSI"
41
 
:status :complete
42
 
:scsi "HP" "C2500A" "processor"
43
 
 
44
 
:model "ScanJet 3c"
45
 
:interface "SCSI"
46
 
:status :complete
47
 
 
48
 
:model "ScanJet 3p"
49
 
:interface "SCSI"
50
 
:status :complete
51
 
 
52
 
:model "ScanJet 4c"
53
 
:interface "SCSI"
54
 
:status :complete
55
 
 
56
 
:model "ScanJet 4p"
57
 
:interface "SCSI"
58
 
:status :complete
59
 
:scsi "HP" "C1130A" "processor"
60
 
 
61
 
:model "ScanJet 4100C"
62
 
:interface "USB"
63
 
:usbid "0x03f0" "0x0101"
64
 
:status :complete
65
 
 
66
 
:model "ScanJet 5p"
67
 
:interface "SCSI"
68
 
:status :complete
69
 
:scsi "HP" "C5110A" "processor"
70
 
 
71
 
:model "ScanJet 5100C"
72
 
:interface "Parport"
73
 
:status :complete
74
 
:comment "Requires ppscsi driver and epst module"
75
 
 
76
 
:model "ScanJet 5200C"
77
 
:interface "Parport USB"
78
 
:usbid "0x03f0" "0x0401"
79
 
:status :complete
80
 
:comment "Parallel interface requires ppscsi driver and epst module"
81
 
 
82
 
:model "ScanJet 6100C"
83
 
:interface "SCSI"
84
 
:status :complete
85
 
 
86
 
:model "ScanJet 6200C"
87
 
:interface "SCSI USB"
88
 
:scsi "HP" "C6270A" "processor"
89
 
:usbid "0x03f0" "0x0201"
90
 
:status :complete
91
 
 
92
 
:model "ScanJet 6250C"
93
 
:interface "SCSI USB"
94
 
:usbid "0x03f0" "0x0201"
95
 
:status :complete
96
 
 
97
 
:model "ScanJet 6300C"
98
 
:interface "SCSI USB"
99
 
:scsi "HP" "C7670A" "processor"
100
 
:usbid "0x03f0" "0x0601"
101
 
:status :complete
102
 
 
103
 
:model "ScanJet 6350C"
104
 
:interface "SCSI USB"
105
 
:usbid "0x03f0" "0x0601"
106
 
:status :complete
107
 
 
108
 
:model "ScanJet 6390C"
109
 
:interface "SCSI USB"
110
 
:usbid "0x03f0" "0x0601"
111
 
:status :complete
112
 
 
113
 
:model "PhotoSmart PhotoScanner"
114
 
:interface "SCSI"
115
 
:status :complete
116
 
 
117
 
; :comment and :url specifiers are optional after :mfg, :model, :desc,
118
 
;  and at the top-level.
119