Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / share / man / man4 / uipaq.4
bloba09bb2e5676ce78485e0c6bbc358c49f74e8e684
1 .\" $OpenBSD: uipaq.4,v 1.1 2005/06/17 23:50:35 deraadt Exp $
2 .\" $NetBSD: uipaq.4,v 1.2 2005/07/18 15:32:25 wiz Exp $
3 .\"
4 .\" Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
5 .\" All rights reserved.
6 .\"
7 .\" This code is derived from software contributed to The NetBSD Foundation
8 .\" by Lennart Augustsson.
9 .\"
10 .\" Redistribution and use in source and binary forms, with or without
11 .\" modification, are permitted provided that the following conditions
12 .\" are met:
13 .\" 1. Redistributions of source code must retain the above copyright
14 .\"    notice, this list of conditions and the following disclaimer.
15 .\" 2. Redistributions in binary form must reproduce the above copyright
16 .\"    notice, this list of conditions and the following disclaimer in the
17 .\"    documentation and/or other materials provided with the distribution.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 .\" POSSIBILITY OF SUCH DAMAGE.
30 .\"
31 .Dd July 18, 2005
32 .Dt UIPAQ 4
33 .Os
34 .Sh NAME
35 .Nm uipaq
36 .Nd USB support for iPAQ units
37 .Sh SYNOPSIS
38 .Cd "uipaq* at uhub?"
39 .Cd "ucom*  at uipaq?"
40 .Sh HARDWARE
41 The
42 .Nm
43 driver supports the following adapters:
44 .Pp
45 .Bl -tag -width Ds -offset indent -compact
46 .It HP iPAQ 22xx/Jornada 548
47 .It HP Jornada 568
48 .It Compaq IPaq PocketPC
49 .It Casio BE300
50 .El
51 .Sh DESCRIPTION
52 The
53 .Nm
54 driver provides support for the USB serial emulation provided
55 by the iPAQ devices.
56 .Pp
57 The device is accessed through the
58 .Xr ucom 4
59 driver which makes it behave like a
60 .Xr tty 4 .
61 .Sh SEE ALSO
62 .Xr tty 4 ,
63 .Xr ucom 4 ,
64 .Xr uhub 4 ,
65 .Xr usb 4
66 .Sh HISTORY
67 The
68 .Nx
69 support was added in
70 .Nx 4.0
71 and it was imported from
72 .Ox 3.8 .