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

« back to all changes in this revision

Viewing changes to doc/sane-xerox_mfp.man

  • 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:
6
6
The
7
7
.B sane\-xerox_mfp
8
8
library implements a SANE (Scanner Access Now Easy) backend that provides
9
 
access to the following Xerox USB multifunction-peripheral:
 
9
access to the following USB and network multifunction-peripheral:
10
10
.PP
11
11
.RS
12
12
Phaser 3200MFP
 
13
.br
 
14
Dell MFP Laser Printer 1815dn
 
15
.br
 
16
Xerox Phaser 6110MFP
 
17
.br
 
18
Samsung CLX-3170fn & CLX-3175FW
 
19
.br
 
20
Samsung SCX-4200
 
21
.br
 
22
Samsung SCX-4300
 
23
.br
 
24
Samsung SCX-4500
 
25
.br
 
26
Samsung SCX-4500W
 
27
.br
 
28
Samsung SCX4725-FN
 
29
.br
 
30
Xerox WorkCentre 3119 Series
13
31
.RE
14
32
.PP
15
33
If you own a scanner other than the ones listed above that works with this
20
38
or syslog) to us. Even if the scanner's name is only slightly different from
21
39
the models mentioned above, please let us know.
22
40
.SH CONFIGURATION
23
 
None required.
 
41
.I @CONFIGDIR@/xerox_mfp.conf
 
42
USB scanners do not need any configuration.
 
43
 
 
44
For SCX-4500W in network mode you need to specify
 
45
.PP
 
46
.RS
 
47
.B tcp host_address [port]
 
48
.RE
 
49
.PP
 
50
The 
 
51
.B host_address
 
52
is passed through resolver, thus can be a dotted quad or a name from /etc/hosts or resolvable through DNS.
24
53
.SH FILES
25
54
.TP
 
55
.I @CONFIGDIR@/xerox_mfp.conf
 
56
The backend configuration file. By default all scanner types/models are enabled, you
 
57
may want to comment out unwanted.
 
58
.TP
26
59
.I @LIBDIR@/libsane\-xerox_mfp.a
27
60
The static library implementing this backend.
28
61
.TP
37
70
 
38
71
Example: 
39
72
export SANE_DEBUG_XEROX_MFP=4
 
73
.SH AUTHOR
 
74
Alex Belkin <abc@telekom.ru>
 
75
 
 
76
Samsung SCX-4500W scan over network support
 
77
Alexander Kuznetsov <acca(at)cpan.org>
 
78
.SH BUGS:
 
79
Multicast autoconfiguration for LAN scanners is not implemented yet. IPv6 addressing never been tested.
40
80
 
41
81
.SH "SEE ALSO"
42
82
.BR sane (7),
43
 
.BR sane\-usb (5),
 
83
.BR sane\-usb (5)
44
84
.br
45
85
 
46
 
.SH AUTHOR
47
 
Alex Belkin <abc@telekom.ru>
48