diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2014-01-22 14:31:41 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2014-01-22 14:31:41 +0000 |
commit | b210125719d09c6c2da43e45c2ae8322a112d1bf (patch) | |
tree | a03902a751f131e6b9f36a71a5fe72035a0c3b6d | |
parent | 7fb72e215caba621c7e64a6b6852855288c984f1 (diff) |
add manpage for new ubcmtp driver
ok jmc@
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ubcmtp.4 | 62 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 6 |
3 files changed, 68 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a324943a699..5355afd51fe 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.565 2014/01/21 21:14:58 sf Exp $ +# $OpenBSD: Makefile,v 1.566 2014/01/22 14:31:40 jcs Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -55,7 +55,7 @@ MAN= aac.4 ac97.4 acphy.4 \ st.4 ste.4 stge.4 sti.4 \ stp.4 sv.4 sym.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \ tlphy.4 thmc.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ - txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \ + txphy.4 uaudio.4 uark.4 uath.4 ubcmtp.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \ ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udfu.4 udl.4 udp.4 udsbr.4 \ uftdi.4 ugen.4 ugl.4 ugold.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 \ uk.4 ukbd.4 \ diff --git a/share/man/man4/ubcmtp.4 b/share/man/man4/ubcmtp.4 new file mode 100644 index 00000000000..ea0d63db8ab --- /dev/null +++ b/share/man/man4/ubcmtp.4 @@ -0,0 +1,62 @@ +.\" $OpenBSD: ubcmtp.4,v 1.1 2014/01/22 14:31:40 jcs Exp $ +.\" +.\" Copyright (c) 2014, joshua stein <jcs@openbsd.org> +.\" All rights reserved. +.\" +.\" 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. +.\" 3. The name of the copyright holder may not be used to endorse or +.\" promote products derived from this software without specific +.\" prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``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 COPYRIGHT OWNER 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: January 22 2014 $ +.Dt UBCMTP 4 +.Os +.Sh NAME +.Nm ubcmtp +.Nd Broadcom trackpad mouse +.Sh SYNOPSIS +.Cd "ubcmtp* at uhidev?" +.Cd "wsmouse* at ubcmtp? mux 0" +.Sh DESCRIPTION +The +.Nm +driver provides support for Broadcom multi-touch trackpads found on +newer Apple MacBook, MacBook Pro, and MacBook Air laptops. +Advanced features such as two-finger scrolling may be configured with +.Xr synclient 1 . +.Sh SEE ALSO +.Xr synclient 1 , +.Xr uhidev 4 , +.Xr usb 4 , +.Xr wsmouse 4 +.Sh HISTORY +The +.Nm +driver +first appeared in +.Ox 5.5 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An joshua stein Aq Mt jcs@openbsd.org . diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index bfcbc9014c8..9009e62e4ca 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.147 2013/11/17 21:32:08 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.148 2014/01/22 14:31:40 jcs 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: November 17 2013 $ +.Dd $Mdocdate: January 22 2014 $ .Dt USB 4 .Os .Sh NAME @@ -240,6 +240,8 @@ D-Link DSB-R100 USB radio device .El .Ss Human Interface Devices .Bl -tag -width 12n -offset ind -compact +.It Xr ubcmtp 4 +Broadcom trackpad mouse .It Xr uhid 4 Generic driver for Human Interface Devices .It Xr uhidev 4 |