blob: 5f44733a1a99091463a9fa6bc5e5235516744150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<table class="head">
<tr>
<td class="head-ltitle">ACPIWMI(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">ACPIWMI(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">acpiwmi</code> — <span class="Nd">Windows
Management Instrumentation support for ACPI</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">acpiwmi* at acpi?</code>
<br/>
<code class="Cd">wmidell* at acpiwmibus?</code>
<br/>
<code class="Cd">wmieeepc* at acpiwmibus?</code>
<br/>
<code class="Cd">wmihp* at acpiwmibus?</code>
<br/>
<code class="Cd">wmimsi* at acpiwmibus?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">acpiwmi</code> device driver provides an ACPI
interface for Windows Management Instrumentation (WMI). The ACPI WMI
interface is typically used to support vendor specific features found in
various laptops.</p>
<p class="Pp">The following WMI mappings are supported:</p>
<div class="Bd-indent">
<dl class="Bl-tag">
<dt id="wmidell"><a class="permalink" href="#wmidell"><b class="Sy">wmidell</b></a></dt>
<dd>Dell laptops</dd>
<dt id="wmieeepc"><a class="permalink" href="#wmieeepc"><b class="Sy">wmieeepc</b></a></dt>
<dd>Some models of Asus Eee PC</dd>
<dt id="wmihp"><a class="permalink" href="#wmihp"><b class="Sy">wmihp</b></a></dt>
<dd>Hewlett-Packard laptops</dd>
<dt id="wmimsi"><a class="permalink" href="#wmimsi"><b class="Sy">wmimsi</b></a></dt>
<dd>MSI laptops</dd>
</dl>
</div>
<p class="Pp">The functionality varies from vendor to vendor. Typically the
interface is used for function and hotkey handling, but additional features
may be present.</p>
</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">acpidalb(4)</a></p>
<p class="Pp"><cite class="Rs"><span class="RsA">Microsoft Corporation</span>,
<span class="RsT">Windows Instrumentation: WMI and ACPI</span>,
<a class="RsU" href="http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx">http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx</a>,
<span class="RsD">December 4, 2001</span>.</cite></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">acpiwmi</code> device driver appeared in
<span class="Ux">NetBSD 6.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">Jukka Ruohonen</span>
<<a class="Mt" href="mailto:jruohonen@iki.fi">jruohonen@iki.fi</a>>
wrote <code class="Nm">acpiwmi</code> and most of the mappings.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1>
<p class="Pp">While WMI should provide a certain degree of portability across
laptop models from a particular vendor, there is no guarantee that the
mappings are functional in all models.</p>
<p class="Pp">The <b class="Sy">wmihp</b> driver may conflict with
<a class="Xr">hpqlb(4)</a>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">May 27, 2019</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|