diff options
Diffstat (limited to 'static/freebsd/man4/acpi_asus_wmi.4 3.html')
| -rw-r--r-- | static/freebsd/man4/acpi_asus_wmi.4 3.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/static/freebsd/man4/acpi_asus_wmi.4 3.html b/static/freebsd/man4/acpi_asus_wmi.4 3.html new file mode 100644 index 00000000..637bdb0f --- /dev/null +++ b/static/freebsd/man4/acpi_asus_wmi.4 3.html @@ -0,0 +1,83 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ACPI_ASUS_WMI(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ACPI_ASUS_WMI(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">acpi_asus_wmi</code> — + <span class="Nd">Asus Laptop WMI Extras</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this driver into the kernel, place the following line + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device acpi_asus_wmi</code></div> +<p class="Pp">Alternatively, to load the driver as a module at boot time, place + the following line in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>acpi_asus_wmi_load="YES"</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">acpi_asus_wmi</code> driver provides support + for the extra WMI-controlled gadgets, such as hotkeys and leds, found on + Asus laptops. It allows one to use the <a class="Xr">sysctl(8)</a> interface + to manipulate the brightness of the LCD panel and keyboard backlight, power + on/off different internal components, such as WiFi, Bluetooth, camera, + cardreader, etc, read some sensors. Hotkey events are passed to + <a class="Xr">devd(8)</a> for easy handling in userspace with the default + configuration in <span class="Pa">/etc/devd/asus.conf</span>. Some hotkey + events, such as keyboard backlight and touchpad control, are handled inside + the driver.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYSCTL_VARIABLES"><a class="permalink" href="#SYSCTL_VARIABLES">SYSCTL + VARIABLES</a></h1> +<p class="Pp">The following sysctls are currently implemented:</p> +<dl class="Bl-tag"> + <dt id="dev.acpi_asus_wmi.0.handle_keys"><var class="Va">dev.acpi_asus_wmi.0.handle_keys</var></dt> + <dd>Specifies whether driver should handle some hardware keys, such as + keyboard backlight, internally.</dd> +</dl> +<p class="Pp">Number of other variables under the same sysctl branch are + model-specific.</p> +<p class="Pp">Defaults for these variables can be set in + <a class="Xr">sysctl.conf(5)</a>, which is parsed at boot-time.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/dev/backlight/acpi_asus_wmi0</span></dt> + <dd>Keyboard <a class="Xr">backlight(8)</a> device node.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">acpi(4)</a>, <a class="Xr">acpi_asus(4)</a>, + <a class="Xr">acpi_video(4)</a>, <a class="Xr">sysctl.conf(5)</a>, + <a class="Xr">backlight(8)</a>, <a class="Xr">devd(8)</a>, + <a class="Xr">sysctl(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">acpi_asus_wmi</code> driver first appeared in + <span class="Ux">FreeBSD 10.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp"><span class="An">Alexander Motin</span> + <<a class="Mt" href="mailto:mav@FreeBSD.org">mav@FreeBSD.org</a>></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">March 25, 2024</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
