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 April 26, 2017 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 FILES 83.Bl -tag -width "/dev/ttyU*.init" -compact 84.It Pa /dev/ttyU* 85for callin ports 86.It Pa /dev/ttyU*.init 87.It Pa /dev/ttyU*.lock 88corresponding callin initial-state and lock-state devices 89.Pp 90.It Pa /dev/cuaU* 91for callout ports 92.It Pa /dev/cuaU*.init 93.It Pa /dev/cuaU*.lock 94corresponding callout initial-state and lock-state devices 95.El 96.Sh SEE ALSO 97.Xr tty 4 , 98.Xr ucom 4 , 99.Xr usb 4 100.Sh HISTORY 101The 102.Fx 103support was imported from 104.Nx 105for 106.Fx 7.0 . 107.Nx 108added support in 109.Nx 4.0 110and it was imported from 111.Ox 3.8 . 112