Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / uscanner.4
blob039110da2bca7bd833b22c296b69c34f063d7416
1 .\" $NetBSD: uscanner.4,v 1.9 2003/08/03 15:25:48 tron Exp $
2 .\"
3 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Lennart Augustsson.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd September 10, 2000
31 .Dt USCANNER 4
32 .Os
33 .Sh NAME
34 .Nm uscanner
35 .Nd minimal USB support for scanners
36 .Sh SYNOPSIS
37 .Cd "uscanner* at uhub?"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides minimal support for USB scanners.
42 The driver recognizes a number of USB scanners, but to
43 actually scan anything there needs to be software that knows
44 about the particular scanner.  The SANE package provides
45 support for some scanners.
46 .Sh HARDWARE
47 The
48 .Nm
49 driver works with the following scanners:
50 .Ss Epson
51 .Bl -tag -width Dv -offset indent -compact
52 .It GT-7000
53 .It Perfection 610U
54 .It Perfection 636U
55 .It Perfection 1200U
56 .It Perfection 1200U Photo
57 .It Perfection 1260
58 .It Perfection 1660
59 .It Perfection 2400
60 .El
61 .Ss HP
62 .Bl -tag -width Fl -offset indent -compact
63 .It ScanJet 4100C
64 .It ScanJet 5200C
65 .\" .It ScanJet 5300C
66 .It ScanJet 6300C
67 .El
68 .\" .Ss Microtek
69 .\" .Bl -tag -width -offset indent -compact
70 .\" .It ScanMaker X6USB
71 .\" .El
72 .Pp
73 Many other scanners are recognized, but there is no software support
74 for them yet.
75 .Sh SEE ALSO
76 .Xr scanimage 1 ,
77 .Xr usb 4 ,
78 .Xr usscanner 4
79 .br
80 .Pa http://www.buzzard.org.uk/jonathan/scanners-usb.html
81 .Sh HISTORY
82 The
83 .Nm
84 driver
85 appeared in
86 .Nx 1.6 .
87 .Sh BUGS
88 This driver should not really exist.  The scanners it recognizes
89 can be accessed through the
90 .Xr ugen 4
91 driver instead.  A proper scanner driver would provide a uniform
92 interface to scanners instead of exposing the innards of the
93 scanner.
94 The reason the driver exists is to have something that is compatible
95 with the Linux driver.