xref: /dragonfly/share/man/man4/uipaq.4 (revision 279dd846)
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: head/share/man/man4/uipaq.4 233648 2012-03-29 05:02:12Z eadler $
32.\"
33.Dd November 20, 2011
34.Dt UIPAQ 4
35.Os
36.Sh NAME
37.Nm uipaq
38.Nd USB support for iPAQ units
39.Sh SYNOPSIS
40To compile this driver into the kernel,
41place the following lines in your
42kernel configuration file:
43.Bd -ragged -offset indent
44.Cd "device usb"
45.Cd "device ucom"
46.Cd "device uipaq"
47.Ed
48.Pp
49Alternatively, to load the driver as a
50module at boot time, place the following line in
51.Xr loader.conf 5 :
52.Bd -literal -offset indent
53uipaq_load="YES"
54.Ed
55.Sh HARDWARE
56The
57.Nm
58driver supports the following adapters:
59.Pp
60.Bl -tag -width Ds -offset indent -compact
61.It ASUS P535 PDA
62.It Casio BE300 PDA
63.It Compaq IPaq PocketPC
64.It HP Jornada 568
65.It HP iPAQ 22xx/Jornada 548
66.It HTC PPC6700 Modem
67.It HTC Smart Phone
68.It HTC Winmobile
69.It Sharp W-ZERO3 ES Spart Phone
70.It Most Windows CE based phones
71.El
72.Sh DESCRIPTION
73The
74.Nm
75driver provides support for the USB serial emulation provided
76by the iPAQ devices.
77.Pp
78The device is accessed through the
79.Xr ucom 4
80driver which makes it behave like a
81.Xr tty 4 .
82.Sh SEE ALSO
83.Xr tty 4 ,
84.Xr ucom 4 ,
85.\".Xr uhub 4 ,
86.Xr usb 4
87.Sh HISTORY
88The
89.Fx
90support was imported from
91.Nx
92for
93.Fx 7.0 .
94.Nx
95added support in
96.Nx 4.0
97and it was imported from
98.Ox 3.8 .
99