File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Documentation/wmi/devices Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Introduction
8
8
============
9
9
10
10
Many Dell notebooks made after ~2020 support a WMI-based interface for
11
- retrieving various system data like battery temperature, ePPID, diagostic data
11
+ retrieving various system data like battery temperature, ePPID, diagnostic data
12
12
and fan/thermal sensor data.
13
13
14
14
This interface is likely used by the `Dell Data Vault ` software on Windows,
@@ -277,7 +277,7 @@ Reverse-Engineering the DDV WMI interface
277
277
4. Try to deduce the meaning of a certain WMI method by comparing the control
278
278
flow with other ACPI methods (_BIX or _BIF for battery related methods
279
279
for example).
280
- 5. Use the built-in UEFI diagostics to view sensor types/values for fan/thermal
280
+ 5. Use the built-in UEFI diagnostics to view sensor types/values for fan/thermal
281
281
related methods (sometimes overwriting static ACPI data fields can be used
282
282
to test different sensor type values, since on some machines this data is
283
283
not reinitialized upon a warm reset).
You can’t perform that action at this time.
0 commit comments