File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/wmi/devices Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility:
130
130
131
131
Due to a peculiarity in how Windows handles the ``CreateByteField() `` ACPI operator (errors only
132
132
happen when a invalid byte field is ultimately accessed), all methods require a 32 byte input
133
- buffer, even if the Binay MOF says otherwise.
133
+ buffer, even if the Binary MOF says otherwise.
134
134
135
135
The input buffer contains a single byte to select the subfeature to be accessed and 31 bytes of
136
136
input data, the meaning of which depends on the subfeature being accessed.
137
137
138
- The output buffer contains a singe byte which signals success or failure (``0x00 `` on failure)
138
+ The output buffer contains a single byte which signals success or failure (``0x00 `` on failure)
139
139
and 31 bytes of output data, the meaning if which depends on the subfeature being accessed.
140
140
141
141
WMI method Get_EC()
@@ -147,7 +147,7 @@ data contains a flag byte and a 28 byte controller firmware version string.
147
147
The first 4 bits of the flag byte contain the minor version of the embedded controller interface,
148
148
with the next 2 bits containing the major version of the embedded controller interface.
149
149
150
- The 7th bit signals if the embedded controller page chaged (exact meaning is unknown), and the
150
+ The 7th bit signals if the embedded controller page changed (exact meaning is unknown), and the
151
151
last bit signals if the platform is a Tigerlake platform.
152
152
153
153
The MSI software seems to only use this interface when the last bit is set.
You can’t perform that action at this time.
0 commit comments