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.\" 314f4acb65SEdward Tomasz Napierala.Dd April 26, 2017 3278d0868bSWarner Losh.Dt UIPAQ 4 3378d0868bSWarner Losh.Os 3478d0868bSWarner Losh.Sh NAME 3578d0868bSWarner Losh.Nm uipaq 3678d0868bSWarner Losh.Nd USB support for iPAQ units 3778d0868bSWarner Losh.Sh SYNOPSIS 38c2ff473dSWarner LoshTo compile this driver into the kernel, 39c2ff473dSWarner Loshplace the following lines in your 40c2ff473dSWarner Loshkernel configuration file: 41c2ff473dSWarner Losh.Bd -ragged -offset indent 4299fc5899SMartin Wilke.Cd "device usb" 4399fc5899SMartin Wilke.Cd "device ucom" 44c2ff473dSWarner Losh.Cd "device uipaq" 45c2ff473dSWarner Losh.Ed 46c2ff473dSWarner Losh.Pp 47c2ff473dSWarner LoshAlternatively, to load the driver as a 48c2ff473dSWarner Loshmodule at boot time, place the following line in 49c2ff473dSWarner Losh.Xr loader.conf 5 : 50c2ff473dSWarner Losh.Bd -literal -offset indent 51c2ff473dSWarner Loshuipaq_load="YES" 52c2ff473dSWarner Losh.Ed 5378d0868bSWarner Losh.Sh HARDWARE 5478d0868bSWarner LoshThe 5578d0868bSWarner Losh.Nm 5678d0868bSWarner Loshdriver supports the following adapters: 5778d0868bSWarner Losh.Pp 5878d0868bSWarner Losh.Bl -tag -width Ds -offset indent -compact 59c2ff473dSWarner Losh.It ASUS P535 PDA 60c2ff473dSWarner Losh.It Casio BE300 PDA 6178d0868bSWarner Losh.It Compaq IPaq PocketPC 62c2ff473dSWarner Losh.It HP Jornada 568 63c2ff473dSWarner Losh.It HP iPAQ 22xx/Jornada 548 64c2ff473dSWarner Losh.It HTC PPC6700 Modem 65c2ff473dSWarner Losh.It HTC Smart Phone 66c2ff473dSWarner Losh.It HTC Winmobile 67c2ff473dSWarner Losh.It Sharp W-ZERO3 ES Spart Phone 68d0e7c113SWarner Losh.It Most Windows CE based phones 6978d0868bSWarner Losh.El 7078d0868bSWarner Losh.Sh DESCRIPTION 7178d0868bSWarner LoshThe 7278d0868bSWarner Losh.Nm 7378d0868bSWarner Loshdriver provides support for the USB serial emulation provided 7478d0868bSWarner Loshby the iPAQ devices. 7578d0868bSWarner Losh.Pp 7678d0868bSWarner LoshThe device is accessed through the 7778d0868bSWarner Losh.Xr ucom 4 7878d0868bSWarner Loshdriver which makes it behave like a 7978d0868bSWarner Losh.Xr tty 4 . 804f4acb65SEdward Tomasz Napierala.Sh FILES 81*fa196deaSEdward Tomasz Napierala.Bl -tag -width "/dev/ttyU*.init" -compact 82*fa196deaSEdward Tomasz Napierala.It Pa /dev/ttyU* 834f4acb65SEdward Tomasz Napieralafor callin ports 84*fa196deaSEdward Tomasz Napierala.It Pa /dev/ttyU*.init 85*fa196deaSEdward Tomasz Napierala.It Pa /dev/ttyU*.lock 864f4acb65SEdward Tomasz Napieralacorresponding callin initial-state and lock-state devices 874f4acb65SEdward Tomasz Napierala.Pp 88*fa196deaSEdward Tomasz Napierala.It Pa /dev/cuaU* 894f4acb65SEdward Tomasz Napieralafor callout ports 90*fa196deaSEdward Tomasz Napierala.It Pa /dev/cuaU*.init 91*fa196deaSEdward Tomasz Napierala.It Pa /dev/cuaU*.lock 924f4acb65SEdward Tomasz Napieralacorresponding callout initial-state and lock-state devices 934f4acb65SEdward Tomasz Napierala.El 9478d0868bSWarner Losh.Sh SEE ALSO 9578d0868bSWarner Losh.Xr tty 4 , 9678d0868bSWarner Losh.Xr ucom 4 , 9778d0868bSWarner Losh.Xr usb 4 9878d0868bSWarner Losh.Sh HISTORY 9978d0868bSWarner LoshThe 100c2ff473dSWarner Losh.Fx 101c2ff473dSWarner Loshsupport was imported from 10278d0868bSWarner Losh.Nx 103c2ff473dSWarner Loshfor 104c2ff473dSWarner Losh.Fx 7.0 . 105c2ff473dSWarner Losh.Nx 106c2ff473dSWarner Loshadded support in 10778d0868bSWarner Losh.Nx 4.0 10878d0868bSWarner Loshand it was imported from 10978d0868bSWarner Losh.Ox 3.8 . 110