From: tedu Date: Sat, 12 Jul 2014 21:58:36 +0000 (+0000) Subject: uyap: your call has been disconnected X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6335aeef8125caf0f374b8309ec601c370a07774;p=openbsd uyap: your call has been disconnected --- diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 68d7148c667..03afdfb938f 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.578 2014/07/12 20:58:44 mpi Exp $ +# $OpenBSD: Makefile,v 1.579 2014/07/12 21:58:36 tedu Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -65,7 +65,7 @@ MAN= aac.4 ac97.4 acphy.4 \ upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \ urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uscom.4 uslcom.4 usps.4 \ uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 \ - uvscom.4 uyap.4 \ + uvscom.4 \ vether.4 vga.4 vgafb.4 vge.4 \ viapm.4 viasio.4 vic.4 video.4 vio.4 \ vioblk.4 viomb.4 viornd.4 vioscsi.4 virtio.4 vlan.4 \ diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 2eeebcbb267..9c8e516da4e 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.155 2014/07/11 22:10:51 tedu Exp $ +.\" $OpenBSD: usb.4,v 1.156 2014/07/12 21:58:36 tedu Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 11 2014 $ +.Dd $Mdocdate: July 12 2014 $ .Dt USB 4 .Os .Sh NAME @@ -287,8 +287,6 @@ Prolific based host-to-host adapters USPS composite AC power and temperature sensor .It Xr uts 4 USB touchscreen support -.It Xr uyap 4 -USB YAP phone firmware loader .El .Sh INTRODUCTION TO USB There are different versions of the diff --git a/share/man/man4/uyap.4 b/share/man/man4/uyap.4 deleted file mode 100644 index 0021817e1d4..00000000000 --- a/share/man/man4/uyap.4 +++ /dev/null @@ -1,68 +0,0 @@ -.\" $OpenBSD: uyap.4,v 1.8 2008/06/26 05:42:07 ray Exp $ -.\" $NetBSD: $ -.\" -.\" Copyright (c) 2000 The NetBSD Foundation, Inc. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to The NetBSD Foundation -.\" by Lennart Augustsson. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS -.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS -.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd $Mdocdate: June 26 2008 $ -.Dt UYAP 4 -.Os -.Sh NAME -.Nm uyap -.Nd USB YAP phone firmware loader -.Sh SYNOPSIS -.Cd "uyap* at uhub?" -.Sh DESCRIPTION -The -.Nm -driver downloads firmware into a YAP phone. -The device will then disconnect and reappear as a composite device with -two audio pipes (handled by -.Xr uaudio 4 ) -and an HID device (handled by -.Xr uhid 4 ) . -.Sh FILES -The driver needs a firmware file, -which is loaded on demand when the device is attached: -.Pp -.Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/uyap -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr uaudio 4 , -.Xr uhid 4 , -.Xr uhub 4 , -.Xr usb 4 -.Sh HISTORY -The -.Nm -driver appeared in -.Nx 1.6 . -.Ox -support appeared in -.Ox 2.9 .