]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for special keys (volume/brightness/eject) on Apple laptops with
authornwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 16 Oct 2011 21:01:42 +0000 (21:01 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 16 Oct 2011 21:01:42 +0000 (21:01 +0000)
commit2cd40fe2b68029b4e3872631ccfea41808316a14
treee65d2a846c963441e5e1987ba540b0559eac3585
parent1cfa7840f9aabdfd296ee5486a4b3ac60b2a09a0
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
etc/devd/Makefile
etc/devd/apple.conf [new file with mode: 0644]
share/man/man4/man4.powerpc/Makefile
share/man/man4/man4.powerpc/abtn.4 [new file with mode: 0644]
share/man/man4/man4.powerpc/akbd.4
sys/conf/files.powerpc
sys/dev/adb/adb_buttons.c [new file with mode: 0644]
sys/dev/adb/adb_kbd.c