forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/x86: dell-ddv: Update ABI documentation
Synchronize the ABI documentation with the driver documentation and direct users to the latter in case the search for more detailed information. Signed-off-by: Armin Wolf <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
- Loading branch information
1 parent
b64c1a1
commit 334e351
Showing
2 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,32 @@ Date: September 2022 | |
KernelVersion: 6.1 | ||
Contact: Armin Wolf <[email protected]> | ||
Description: | ||
This file contains the contents of the fan sensor information buffer, | ||
which contains fan sensor entries and a terminating character (0xFF). | ||
This file contains the contents of the fan sensor information | ||
buffer, which contains fan sensor entries and a terminating | ||
character (0xFF). | ||
|
||
Each fan sensor entry consists of three bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. | ||
Each fan sensor entry contains: | ||
|
||
- fan type (single byte) | ||
- fan speed in RPM (two bytes, little endian) | ||
|
||
See Documentation/wmi/devices/dell-wmi-ddv.rst for details. | ||
|
||
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information | ||
Date: September 2022 | ||
KernelVersion: 6.1 | ||
Contact: Armin Wolf <[email protected]> | ||
Description: | ||
This file contains the contents of the thermal sensor information buffer, | ||
which contains thermal sensor entries and a terminating character (0xFF). | ||
This file contains the contents of the thermal sensor information | ||
buffer, which contains thermal sensor entries and a terminating | ||
character (0xFF). | ||
|
||
Each thermal sensor entry contains: | ||
|
||
- thermal type (single byte) | ||
- current temperature (single byte) | ||
- min. temperature (single byte) | ||
- max. temperature (single byte) | ||
- unknown field (single byte) | ||
|
||
Each thermal sensor entry consists of five bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. | ||
See Documentation/wmi/devices/dell-wmi-ddv.rst for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ Date: September 2022 | |
KernelVersion: 6.1 | ||
Contact: Armin Wolf <[email protected]> | ||
Description: | ||
Reports the Dell ePPID (electronic Dell Piece Part Identification) | ||
Reports the Dell ePPID (electronic Piece Part Identification) | ||
of the ACPI battery. | ||
|
||
See Documentation/wmi/devices/dell-wmi-ddv.rst for details. |