On Sun, Apr 11, 2010 at 10:42:30PM +0000, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sun Apr 11 22:42:30 UTC 2010 > > Modified Files: > src/sys/arch/i386/conf: ALL > src/sys/dev/acpi: files.acpi > Added Files: > src/sys/dev/acpi: valz_acpi.c > > Log Message: > Add valz(4), a simple driver to handle the backlight keys on some > Toshiba laptops. As of yet only tested on a Satellite A135-S4527.
This should be reverted. It does not implement a driver for Toshiba laptops, but instead it claims the domain of a more general backlight driver that is standardized by the specification and should work on all laptops. We have code for this; I believe C. Egger has the current version of it. - Jukka.