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 August 24, 2008 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 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 SEE ALSO 81.Xr tty 4 , 82.Xr ucom 4 , 83.Xr uhub 4 , 84.Xr usb 4 85.Sh HISTORY 86The 87.Fx 88support was imported from 89.Nx 90for 91.Fx 7.0 . 92.Nx 93added support in 94.Nx 4.0 95and it was imported from 96.Ox 3.8 . 97