diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-07-26 11:29:24 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-07-26 11:29:24 +0000 |
commit | 19771d70f42189726856be165e7d455b83509fcf (patch) | |
tree | ec1cf325d791f6db4fdabf037d3f3a03960e5c58 /sys/arch/i386/conf | |
parent | a310352f5c3ba3f7e0850afd0f57b6db100a6543 (diff) |
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@.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9b42015b7b4..3a5d646414a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.689 2010/07/21 20:10:17 miod Exp $ +# $OpenBSD: GENERIC,v 1.690 2010/07/26 11:29:23 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -60,6 +60,7 @@ acpimadt0 at acpi? acpiprt* at acpi? acpitz* at acpi? acpiasus* at acpi? +acpisony* at acpi? acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? |