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.Dd April 14, 2025 32.Dt UIPAQ 4 33.Os 34.Sh NAME 35.Nm uipaq 36.Nd USB support for iPAQ units 37.Sh SYNOPSIS 38To compile this driver into the kernel, 39place the following lines in your 40kernel configuration file: 41.Bd -ragged -offset indent 42.Cd "device usb" 43.Cd "device ucom" 44.Cd "device uipaq" 45.Ed 46.Pp 47Alternatively, to load the driver as a 48module at boot time, place the following line in 49.Xr loader.conf 5 : 50.Bd -literal -offset indent 51uipaq_load="YES" 52.Ed 53.Sh DESCRIPTION 54The 55.Nm 56driver provides support for the USB serial emulation provided 57by the iPAQ devices. 58.Pp 59The device is accessed through the 60.Xr ucom 4 61driver which makes it behave like a 62.Xr tty 4 . 63.Sh HARDWARE 64The 65.Nm 66driver supports the following iPAQ devices: 67.Pp 68.Bl -bullet -compact 69.It 70ASUS P535 PDA 71.It 72Casio BE300 PDA 73.It 74Compaq IPaq PocketPC 75.It 76HP Jornada 568 77.It 78HP iPAQ 22xx/Jornada 548 79.It 80HTC PPC6700 Modem 81.It 82HTC Smart Phone 83.It 84HTC Winmobile 85.It 86Sharp W-ZERO3 ES Spart Phone 87.It 88Most Windows CE based phones 89.El 90.Sh FILES 91.Bl -tag -width "/dev/ttyU*.init" -compact 92.It Pa /dev/ttyU* 93for callin ports 94.It Pa /dev/ttyU*.init 95.It Pa /dev/ttyU*.lock 96corresponding callin initial-state and lock-state devices 97.Pp 98.It Pa /dev/cuaU* 99for callout ports 100.It Pa /dev/cuaU*.init 101.It Pa /dev/cuaU*.lock 102corresponding callout initial-state and lock-state devices 103.El 104.Sh SEE ALSO 105.Xr tty 4 , 106.Xr ucom 4 , 107.Xr usb 4 108.Sh HISTORY 109The 110.Fx 111support was imported from 112.Nx 113for 114.Fx 7.0 . 115.Nx 116added support in 117.Nx 4.0 118and it was imported from 119.Ox 3.8 . 120