Lines Matching +full:system +full:- +full:on +full:- +full:chip
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 driver provides support for ACPI-controlled features found on HP laptops
63 .Bl -tag -width "subsystem" -offset indent -compact
64 .It system
70 The value depends on the model.
77 .Bl -tag -width "0xc0" -offset indent -compact
79 WLAN on air status changed to 0 (not on air)
81 WLAN on air status changed to 1 (on air)
83 Bluetooth on air status changed to 0 (not on air)
85 Bluetooth on air status changed to 1 (on air)
87 WWAN on air status changed to 0 (not on air)
89 WWAN on air status changed to 1 (on air)
99 .Bl -tag -width indent
101 Toggle WLAN chip activity.
103 (read-only)
106 (read-only)
107 WLAN on air (chip enabled, hardware switch enabled + enabled in BIOS)
109 If set to 1, the WLAN chip will be enabled if the radio is turned on
111 If set to 1, the WLAN chip will be disabled if the radio is turned off
114 .Bl -tag -width indent
116 Toggle Bluetooth chip activity.
118 (read-only)
121 (read-only)
122 Bluetooth on air (chip enabled, hardware switch enabled + enabled in BIOS)
124 If set to 1, the Bluetooth chip will be enabled if the radio is turned on
126 If set to 1, the Bluetooth chip will be disabled if the radio is turned off
129 .Bl -tag -width indent
131 Toggle WWAN chip activity.
133 (read-only)
136 (read-only)
137 WWAN on air (chip enabled, hardware switch enabled + enabled in BIOS)
139 If set to 1, the WWAN chip will be enabled if the radio is turned on
141 If set to 1, the WWAN chip will be disabled if the radio is turned off
144 .Bl -tag -width indent
148 (read-only)
151 (read-only)
154 (read-only)
158 .Bl -tag -width "0x01" -offset indent -compact
167 This is broken on many HP models and therefore disabled by default.
170 (read-only)
181 .Bl -bullet -compact
188 It should work on most HP laptops that feature a WMI enabled BIOS.
190 .Bl -tag -width ".Pa /dev/hpcmi"
197 in order disable the LAN interface when WLAN on air and reenable if it is not:
198 .Bd -literal -offset indent
200 match "system" "ACPI";
207 match "system" "ACPI";
215 .Bd -literal -offset indent
220 .Bd -literal -offset indent
225 .Bd -literal -offset indent
240 .Bd -literal -offset indent
256 .An -nosplit
262 It has been inspired by hp-wmi driver, which implements a subset of these
263 features (hotkeys) on Linux.
264 .Bl -tag -width indent
267 .It wmi-hp for Linux:
270 http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx
276 This driver is experimental and has only been tested on i386 on an
278 Expect undefined results when operating on different hardware.