ACPI_PANASONIC(4) | Device Drivers Manual | ACPI_PANASONIC(4) |
acpi_panasonic
—
ACPI hotkey driver for Panasonic laptops
To compile this driver into the kernel, place the following line in your kernel configuration file:
device acpi_panasonic
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
acpi_panasonic_load="YES"
The acpi_panasonic
driver enables such
hotkey facilities of various Panasonic laptops as changing LCD brightness,
controlling mixer volumes, entering sleep or suspended state and so on. On
the following models it is reported to work: Let's note (or Toughbook,
outside Japan) CF-R1N, CF-R2A and CF-R3. It may also work on other models as
well.
The driver consists of three functionalities. The first is to detect hotkey events and take corresponding actions, which include changing LCD luminance and speaker mute state. The second role is to notify occurrences of the event by way of devctl(4) and eventually to devd(8). The third and last is to provide a way to adjust LCD brightness and sound mute state via sysctl(8).
There are 9 hotkeys available on the supported hardware:
acpi_panasonic
driver.Actions are automatically taken within the driver for Fn+F1, Fn+F2 and Fn+F4. For the other events such as mixer control and showing battery status, devd(8) should take the role as described below.
When notified to devd(8), the hotkey event provides the following information:
ACPI
"Panasonic
"\_SB_.HKEY
".Event codes to be generated are assigned as follows:
The following MIBs are available:
The acpi_panasonic
driver first appeared
in FreeBSD 5.3.
The acpi_panasonic
driver and this manual
page were written by OGAWA Takaya
<t-ogawa@triaez.kaisei.org>
and TAKAHASHI Yoshihiro
<nyan@FreeBSD.org>.
June 19, 2015 | Debian |