|
NAMEacpi_asus —
Asus Laptop Extras
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device acpi_asus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): acpi_asus_load="YES" DESCRIPTIONTheacpi_asus driver provides support for the extra
ACPI-controlled gadgets, such as hotkeys and leds, found on recent Asus (and
Medion) laptops. It allows one to use the
sysctl(8)
interface to manipulate the brightness of the LCD panel and the display output
state. Hotkey events are passed to
devd(8) for
easy handling in userspace with the default configuration in
/etc/devd/asus.conf.
Currently, the following Asus laptops are fully supported:
Additionally, SYSCTL VARIABLESThe following sysctls are currently implemented:
Defaults for these variables can be set in sysctl.conf(5), which is parsed at boot-time. SEE ALSOacpi(4), acpi_asus_wmi(4), acpi_video(4), sysctl.conf(5), sysctl(8)The acpi4asus Project, http://sourceforge.net/projects/acpi4asus/. HISTORYTheacpi_asus driver first appeared in
FreeBSD 5.3.
AUTHORSTheacpi_asus driver and this manual page were written
by Philip Paeps
<philip@FreeBSD.org>.
Inspiration came from the acpi4asus project started by Julien Lerouge which maintains a driver implementing this functionality in the Linux kernel.
Visit the GSP FreeBSD Man Page Interface. |