linux-zen-desktop/Documentation/ABI/testing/debugfs-dell-wmi-ddv

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-08-30 17:31:07 +02:00
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information
Date: September 2022
KernelVersion: 6.1
Contact: Armin Wolf <W_Armin@gmx.de>
Description:
2023-10-24 12:59:35 +02:00
This file contains the contents of the fan sensor information
buffer, which contains fan sensor entries and a terminating
character (0xFF).
2023-08-30 17:31:07 +02:00
2023-10-24 12:59:35 +02:00
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.
2023-08-30 17:31:07 +02:00
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information
Date: September 2022
KernelVersion: 6.1
Contact: Armin Wolf <W_Armin@gmx.de>
Description:
2023-10-24 12:59:35 +02:00
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)
2023-08-30 17:31:07 +02:00
2023-10-24 12:59:35 +02:00
See Documentation/wmi/devices/dell-wmi-ddv.rst for details.