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 26, 2017 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 HARDWARE 54The 55.Nm 56driver supports the following adapters: 57.Pp 58.Bl -tag -width Ds -offset indent -compact 59.It ASUS P535 PDA 60.It Casio BE300 PDA 61.It Compaq IPaq PocketPC 62.It HP Jornada 568 63.It HP iPAQ 22xx/Jornada 548 64.It HTC PPC6700 Modem 65.It HTC Smart Phone 66.It HTC Winmobile 67.It Sharp W-ZERO3 ES Spart Phone 68.It Most Windows CE based phones 69.El 70.Sh DESCRIPTION 71The 72.Nm 73driver provides support for the USB serial emulation provided 74by the iPAQ devices. 75.Pp 76The device is accessed through the 77.Xr ucom 4 78driver which makes it behave like a 79.Xr tty 4 . 80.Sh FILES 81.Bl -tag -width "/dev/ttyU*.init" -compact 82.It Pa /dev/ttyU* 83for callin ports 84.It Pa /dev/ttyU*.init 85.It Pa /dev/ttyU*.lock 86corresponding callin initial-state and lock-state devices 87.Pp 88.It Pa /dev/cuaU* 89for callout ports 90.It Pa /dev/cuaU*.init 91.It Pa /dev/cuaU*.lock 92corresponding callout initial-state and lock-state devices 93.El 94.Sh SEE ALSO 95.Xr tty 4 , 96.Xr ucom 4 , 97.Xr usb 4 98.Sh HISTORY 99The 100.Fx 101support was imported from 102.Nx 103for 104.Fx 7.0 . 105.Nx 106added support in 107.Nx 4.0 108and it was imported from 109.Ox 3.8 . 110