svn commit: r226449 - in head: etc/devd
share/man/man4/man4.powerpc sys/conf sys/dev/adb
Roman Bogorodskiy
novel at FreeBSD.org
Sun Oct 23 01:34:19 UTC 2011
Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sun Oct 16 21:01:42 2011
> New Revision: 226449
> URL: http://svn.freebsd.org/changeset/base/226449
>
> Log:
> Add support for special keys (volume/brightness/eject) on Apple laptops with
> ADB keyboards.
>
> 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
...
> Added: head/share/man/man4/man4.powerpc/abtn.4
> ==============================================================================
> --- /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 (r226449)
...
> +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
More information about the svn-src-all
mailing list