Add support for Sony ACPI hotkeys via a new driver: acpisony(4).
authorpirofti <pirofti@openbsd.org>
Mon, 26 Jul 2010 11:29:23 +0000 (11:29 +0000)
committerpirofti <pirofti@openbsd.org>
Mon, 26 Jul 2010 11:29:23 +0000 (11:29 +0000)
commit8a193ee5f35905027e31287f1d89c8049c32524a
tree2bab54eddc7e35285c510524ddcf6130f7395fca
parenta0cd7c31973764af301e8ec535329c5e8122729e
Add support for Sony ACPI hotkeys via a new driver: acpisony(4).

Currently it only works for the suspend button and tries to do right for
the brightness events, but I haven't found a Sony laptop that like to do
right so far.

In the future I want to make the brightness keys work on all Sony's and
also add support for the zoom hotkeys and whatever other funky keys I can
find on those things.

Okay deraadt@.
share/man/man4/Makefile
share/man/man4/acpisony.4 [new file with mode: 0644]
sys/arch/amd64/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/dev/acpi/acpi.c
sys/dev/acpi/acpisony.c [new file with mode: 0644]
sys/dev/acpi/files.acpi