Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2011 18:09:48 -0700
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        Nathan Whitehorn <nwhitehorn@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r226449 - in head: etc/devd share/man/man4/man4.powerpc sys/conf sys/dev/adb
Message-ID:  <20111023010947.GA6795@korsakoff>
In-Reply-To: <201110162101.p9GL1hJX079685@svn.freebsd.org>
References:  <201110162101.p9GL1hJX079685@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  Nathan Whitehorn wrote:

> Author: nwhitehorn
> Date: Sun Oct 16 21:01:42 2011
> New Revision: 226449
> URL: http://svn.freebsd.org/changeset/base/226449
>=20
> Log:
>   Add support for special keys (volume/brightness/eject) on Apple laptops=
 with
>   ADB keyboards.
>  =20
>   Submitted by:	Justin Hibbits <jrh29 at alumni dot cwru dot edu>
>   MFC after:	9.0-RELEASE

Thanks for committing this! There's a tiny in a abtn.4, see below.

> Added:
>   head/etc/devd/apple.conf   (contents, props changed)
>   head/share/man/man4/man4.powerpc/abtn.4   (contents, props changed)
>   head/sys/dev/adb/adb_buttons.c   (contents, props changed)
> Modified:
>   head/etc/devd/Makefile
>   head/share/man/man4/man4.powerpc/Makefile
>   head/share/man/man4/man4.powerpc/akbd.4
>   head/sys/conf/files.powerpc
>   head/sys/dev/adb/adb_kbd.c

=2E..

> Added: head/share/man/man4/man4.powerpc/abtn.4
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/share/man/man4/man4.powerpc/abtn.4	Sun Oct 16 21:01:42 2011	(r22=
6449)

=2E..

> +Examples are included in /etc/devd/apple.conf.
> +.Sh SEE ALSO
> +.Xr adb 4 ,
> +.Xr akbd 4 ,
> +.Xr cuda 4 ,
> +.Xr pmu 4,
            ^
Space missing before the comma, as a result "SEE ALSO" looks like this:

adb(4), akbd(4), cuda(4), pmu(4,) devd(8)
                              ^^^

> +.Xr devd 8
> +.Sh HISTORY
> +The
> +.Nm
> +device driver first appeared in
> +.Nx 5.0
> +and was ported to
> +.Fx 10.0 .
> +.Sh AUTHORS
> +.An -nosplit
> +The
> +.Nm
> +driver was written by
> +.An Tsubai Masanari
> +for
> +.Nx
> +and ported to
> +.Fx
> +by
> +.An Justin Hibbits .

Roman Bogorodskiy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111023010947.GA6795>