]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/uipaq.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / man / man4 / uipaq.4
1 .\" $OpenBSD: uipaq.4,v 1.1 2005/06/17 23:50:35 deraadt Exp $
2 .\" $NetBSD: uipaq.4,v 1.3 2008/04/30 13:10:54 martin 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 .\" $FreeBSD$
32 .\"
33 .Dd August 24, 2008
34 .Dt UIPAQ 4
35 .Os
36 .Sh NAME
37 .Nm uipaq
38 .Nd USB support for iPAQ units
39 .Sh SYNOPSIS
40 To compile this driver into the kernel,
41 place the following lines in your
42 kernel configuration file:
43 .Bd -ragged -offset indent
44 .Cd "device uipaq"
45 .Cd "device ucom"
46 .Ed
47 .Pp
48 Alternatively, to load the driver as a
49 module at boot time, place the following line in
50 .Xr loader.conf 5 :
51 .Bd -literal -offset indent
52 uipaq_load="YES"
53 .Ed
54 .Sh HARDWARE
55 The
56 .Nm
57 driver supports the following adapters:
58 .Pp
59 .Bl -tag -width Ds -offset indent -compact
60 .It ASUS P535 PDA
61 .It Casio BE300 PDA
62 .It Compaq IPaq PocketPC
63 .It HP Jornada 568
64 .It HP iPAQ 22xx/Jornada 548
65 .It HTC PPC6700 Modem
66 .It HTC Smart Phone
67 .It HTC Winmobile
68 .It Sharp W-ZERO3 ES Spart Phone
69 .It Most Windows CE based phones
70 .El
71 .Sh DESCRIPTION
72 The
73 .Nm
74 driver provides support for the USB serial emulation provided
75 by the iPAQ devices.
76 .Pp
77 The device is accessed through the
78 .Xr ucom 4
79 driver which makes it behave like a
80 .Xr tty 4 .
81 .Sh SEE ALSO
82 .Xr tty 4 ,
83 .Xr ucom 4 ,
84 .Xr uhub 4 ,
85 .Xr usb 4
86 .Sh HISTORY
87 The
88 .Fx 
89 support was imported from
90 .Nx 
91 for 
92 .Fx 7.0 .
93 .Nx
94 added support in
95 .Nx 4.0
96 and it was imported from
97 .Ox 3.8 .