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/i386 | |
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/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 907c6343c58..7b864efac1e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.660 2009/06/02 23:57:21 jordan Exp $ +# $OpenBSD: GENERIC,v 1.661 2009/06/03 00:36:59 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -63,6 +63,8 @@ acpiprt* at acpi? acpitz* at acpi? acpiasus* at acpi? acpithinkpad* at acpi? +acpivideo* at acpi? +acpivout* at acpivideo? option PCIVERBOSE option EISAVERBOSE |