diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-03 00:37:00 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-03 00:37:00 +0000 |
commit | 9344e01007aa99035ba2b121731c3e4a13df06f7 (patch) | |
tree | 31d25d8ebb43dd288752db4ccaaeaf1b5e1789dc /sys/arch/amd64 | |
parent | 474ae2ea09a7f774a9c515f8140bb545c418eb8b (diff) |
Add acpivideo support. This adds brightness support for all laptops
except thinkpads, they will use the acpithinkpad driver. The driver is
also hooked into wsconsole. So brightness can be adjusted via:
$ wsconsctl display.brightness=<percentage>
This is very helpfull on some laptops that have a nasty bios and get two
steps instead of one when pressing the brightness button.
Tested on various dell, fujitsu, acer, samsung and other laptops.
Okay marco@, miod@. Suggestions from kettenis@.
Lots of reviews and help from miod@, thanks!
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a4fe0629105..6de9641a778 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.265 2009/06/03 00:11:13 jordan Exp $ +# $OpenBSD: GENERIC,v 1.266 2009/06/03 00:36:59 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -51,6 +51,8 @@ acpiprt* at acpi? acpitz* at acpi? acpimadt0 at acpi? acpithinkpad* at acpi? +acpivideo* at acpi? +acpivout* at acpivideo? mpbios0 at bios0 |