xref: /freebsd/share/man/man4/uipaq.4 (revision 4f4acb65e8f2f63d8cae1a9459566d6f60f3e95c)
178d0868bSWarner Losh.\" $OpenBSD: uipaq.4,v 1.1 2005/06/17 23:50:35 deraadt Exp $
278d0868bSWarner Losh.\" $NetBSD: uipaq.4,v 1.3 2008/04/30 13:10:54 martin Exp $
378d0868bSWarner Losh.\"
478d0868bSWarner Losh.\" Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
578d0868bSWarner Losh.\" All rights reserved.
678d0868bSWarner Losh.\"
778d0868bSWarner Losh.\" This code is derived from software contributed to The NetBSD Foundation
878d0868bSWarner Losh.\" by Lennart Augustsson.
978d0868bSWarner Losh.\"
1078d0868bSWarner Losh.\" Redistribution and use in source and binary forms, with or without
1178d0868bSWarner Losh.\" modification, are permitted provided that the following conditions
1278d0868bSWarner Losh.\" are met:
1378d0868bSWarner Losh.\" 1. Redistributions of source code must retain the above copyright
1478d0868bSWarner Losh.\"    notice, this list of conditions and the following disclaimer.
1578d0868bSWarner Losh.\" 2. Redistributions in binary form must reproduce the above copyright
1678d0868bSWarner Losh.\"    notice, this list of conditions and the following disclaimer in the
1778d0868bSWarner Losh.\"    documentation and/or other materials provided with the distribution.
1878d0868bSWarner Losh.\"
1978d0868bSWarner Losh.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2078d0868bSWarner Losh.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2178d0868bSWarner Losh.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2278d0868bSWarner Losh.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2378d0868bSWarner Losh.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2478d0868bSWarner Losh.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2578d0868bSWarner Losh.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2678d0868bSWarner Losh.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2778d0868bSWarner Losh.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2878d0868bSWarner Losh.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2978d0868bSWarner Losh.\" POSSIBILITY OF SUCH DAMAGE.
3078d0868bSWarner Losh.\"
31c2ff473dSWarner Losh.\" $FreeBSD$
32c2ff473dSWarner Losh.\"
33*4f4acb65SEdward Tomasz Napierala.Dd April 26, 2017
3478d0868bSWarner Losh.Dt UIPAQ 4
3578d0868bSWarner Losh.Os
3678d0868bSWarner Losh.Sh NAME
3778d0868bSWarner Losh.Nm uipaq
3878d0868bSWarner Losh.Nd USB support for iPAQ units
3978d0868bSWarner Losh.Sh SYNOPSIS
40c2ff473dSWarner LoshTo compile this driver into the kernel,
41c2ff473dSWarner Loshplace the following lines in your
42c2ff473dSWarner Loshkernel configuration file:
43c2ff473dSWarner Losh.Bd -ragged -offset indent
4499fc5899SMartin Wilke.Cd "device usb"
4599fc5899SMartin Wilke.Cd "device ucom"
46c2ff473dSWarner Losh.Cd "device uipaq"
47c2ff473dSWarner Losh.Ed
48c2ff473dSWarner Losh.Pp
49c2ff473dSWarner LoshAlternatively, to load the driver as a
50c2ff473dSWarner Loshmodule at boot time, place the following line in
51c2ff473dSWarner Losh.Xr loader.conf 5 :
52c2ff473dSWarner Losh.Bd -literal -offset indent
53c2ff473dSWarner Loshuipaq_load="YES"
54c2ff473dSWarner Losh.Ed
5578d0868bSWarner Losh.Sh HARDWARE
5678d0868bSWarner LoshThe
5778d0868bSWarner Losh.Nm
5878d0868bSWarner Loshdriver supports the following adapters:
5978d0868bSWarner Losh.Pp
6078d0868bSWarner Losh.Bl -tag -width Ds -offset indent -compact
61c2ff473dSWarner Losh.It ASUS P535 PDA
62c2ff473dSWarner Losh.It Casio BE300 PDA
6378d0868bSWarner Losh.It Compaq IPaq PocketPC
64c2ff473dSWarner Losh.It HP Jornada 568
65c2ff473dSWarner Losh.It HP iPAQ 22xx/Jornada 548
66c2ff473dSWarner Losh.It HTC PPC6700 Modem
67c2ff473dSWarner Losh.It HTC Smart Phone
68c2ff473dSWarner Losh.It HTC Winmobile
69c2ff473dSWarner Losh.It Sharp W-ZERO3 ES Spart Phone
70d0e7c113SWarner Losh.It Most Windows CE based phones
7178d0868bSWarner Losh.El
7278d0868bSWarner Losh.Sh DESCRIPTION
7378d0868bSWarner LoshThe
7478d0868bSWarner Losh.Nm
7578d0868bSWarner Loshdriver provides support for the USB serial emulation provided
7678d0868bSWarner Loshby the iPAQ devices.
7778d0868bSWarner Losh.Pp
7878d0868bSWarner LoshThe device is accessed through the
7978d0868bSWarner Losh.Xr ucom 4
8078d0868bSWarner Loshdriver which makes it behave like a
8178d0868bSWarner Losh.Xr tty 4 .
82*4f4acb65SEdward Tomasz Napierala.Sh FILES
83*4f4acb65SEdward Tomasz Napierala.Bl -tag -width "/dev/ttyU?.init" -compact
84*4f4acb65SEdward Tomasz Napierala.It Pa /dev/ttyU?
85*4f4acb65SEdward Tomasz Napieralafor callin ports
86*4f4acb65SEdward Tomasz Napierala.It Pa /dev/ttyU?.init
87*4f4acb65SEdward Tomasz Napierala.It Pa /dev/ttyU?.lock
88*4f4acb65SEdward Tomasz Napieralacorresponding callin initial-state and lock-state devices
89*4f4acb65SEdward Tomasz Napierala.Pp
90*4f4acb65SEdward Tomasz Napierala.It Pa /dev/cuaU?
91*4f4acb65SEdward Tomasz Napieralafor callout ports
92*4f4acb65SEdward Tomasz Napierala.It Pa /dev/cuaU?.init
93*4f4acb65SEdward Tomasz Napierala.It Pa /dev/cuaU?.lock
94*4f4acb65SEdward Tomasz Napieralacorresponding callout initial-state and lock-state devices
95*4f4acb65SEdward Tomasz Napierala.El
9678d0868bSWarner Losh.Sh SEE ALSO
9778d0868bSWarner Losh.Xr tty 4 ,
9878d0868bSWarner Losh.Xr ucom 4 ,
9978d0868bSWarner Losh.Xr usb 4
10078d0868bSWarner Losh.Sh HISTORY
10178d0868bSWarner LoshThe
102c2ff473dSWarner Losh.Fx
103c2ff473dSWarner Loshsupport was imported from
10478d0868bSWarner Losh.Nx
105c2ff473dSWarner Loshfor
106c2ff473dSWarner Losh.Fx 7.0 .
107c2ff473dSWarner Losh.Nx
108c2ff473dSWarner Loshadded support in
10978d0868bSWarner Losh.Nx 4.0
11078d0868bSWarner Loshand it was imported from
11178d0868bSWarner Losh.Ox 3.8 .
112