xref: /openbsd-src/share/man/man4/ubcmtp.4 (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.\" $OpenBSD: ubcmtp.4,v 1.1 2014/01/22 14:31:40 jcs Exp $
2.\"
3.\" Copyright (c) 2014, joshua stein <jcs@openbsd.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the copyright holder may not be used to endorse or
15.\"    promote products derived from this software without specific
16.\"    prior written permission.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND
19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER BE LIABLE
22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.Dd $Mdocdate: January 22 2014 $
31.Dt UBCMTP 4
32.Os
33.Sh NAME
34.Nm ubcmtp
35.Nd Broadcom trackpad mouse
36.Sh SYNOPSIS
37.Cd "ubcmtp*  at uhidev?"
38.Cd "wsmouse* at ubcmtp? mux 0"
39.Sh DESCRIPTION
40The
41.Nm
42driver provides support for Broadcom multi-touch trackpads found on
43newer Apple MacBook, MacBook Pro, and MacBook Air laptops.
44Advanced features such as two-finger scrolling may be configured with
45.Xr synclient 1 .
46.Sh SEE ALSO
47.Xr synclient 1 ,
48.Xr uhidev 4 ,
49.Xr usb 4 ,
50.Xr wsmouse 4
51.Sh HISTORY
52The
53.Nm
54driver
55first appeared in
56.Ox 5.5 .
57.Sh AUTHORS
58.An -nosplit
59The
60.Nm
61driver was written by
62.An joshua stein Aq Mt jcs@openbsd.org .
63