Commit 334e3516 authored by Armin Wolf's avatar Armin Wolf Committed by Hans de Goede

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: default avatarArmin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20230508204241.11076-2-W_Armin@gmx.deReviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent b64c1a15
...@@ -3,19 +3,32 @@ Date: September 2022 ...@@ -3,19 +3,32 @@ Date: September 2022
KernelVersion: 6.1 KernelVersion: 6.1
Contact: Armin Wolf <W_Armin@gmx.de> Contact: Armin Wolf <W_Armin@gmx.de>
Description: Description:
This file contains the contents of the fan sensor information buffer, This file contains the contents of the fan sensor information
which contains fan sensor entries and a terminating character (0xFF). buffer, which contains fan sensor entries and a terminating
character (0xFF).
Each fan sensor entry consists of three bytes with an unknown meaning, Each fan sensor entry contains:
interested people may use this file for reverse-engineering.
- 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 What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information
Date: September 2022 Date: September 2022
KernelVersion: 6.1 KernelVersion: 6.1
Contact: Armin Wolf <W_Armin@gmx.de> Contact: Armin Wolf <W_Armin@gmx.de>
Description: Description:
This file contains the contents of the thermal sensor information buffer, This file contains the contents of the thermal sensor information
which contains thermal sensor entries and a terminating character (0xFF). 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, See Documentation/wmi/devices/dell-wmi-ddv.rst for details.
interested people may use this file for reverse-engineering.
...@@ -3,5 +3,7 @@ Date: September 2022 ...@@ -3,5 +3,7 @@ Date: September 2022
KernelVersion: 6.1 KernelVersion: 6.1
Contact: Armin Wolf <W_Armin@gmx.de> Contact: Armin Wolf <W_Armin@gmx.de>
Description: Description:
Reports the Dell ePPID (electronic Dell Piece Part Identification) Reports the Dell ePPID (electronic Piece Part Identification)
of the ACPI battery. of the ACPI battery.
See Documentation/wmi/devices/dell-wmi-ddv.rst for details.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment