summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2022-09-27 23:45:21 +0300
committerHans de Goede <hdegoede@redhat.com>2022-11-16 10:48:18 +0300
commita77272c16041862c5c8d450c8701139887e1bb05 (patch)
tree82db04f5cd0690c652b365d157b35e5023814628 /Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv
parent878a82c23469d6626b27b44ade4d8f9438de51ab (diff)
downloadlinux-a77272c16041862c5c8d450c8701139887e1bb05.tar.xz
platform/x86: dell: Add new dell-wmi-ddv driver
The dell-wmi-ddv driver adds support for reading the current temperature and ePPID of ACPI batteries on supported Dell machines. Since the WMI interface used by this driver does not do any input validation and thus cannot be used for probing, the driver depends on the ACPI battery extension machanism to discover batteries. The driver also supports a debugfs interface for retrieving buffers containing fan and thermal sensor information. Since the meaing of the content of those buffers is currently unknown, the interface is meant for reverse-engineering and will likely be replaced with an hwmon interface once the meaning has been understood. The driver was tested on a Dell Inspiron 3505. Signed-off-by: Armin Wolf <W_Armin@gmx.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220927204521.601887-3-W_Armin@gmx.de Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv')
-rw-r--r--Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv b/Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv
new file mode 100644
index 000000000000..1d97ad615c66
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv
@@ -0,0 +1,7 @@
+What: /sys/class/power_supply/<battery_name>/eppid
+Date: September 2022
+KernelVersion: 6.1
+Contact: Armin Wolf <W_Armin@gmx.de>
+Description:
+ Reports the Dell ePPID (electronic Dell Piece Part Identification)
+ of the ACPI battery.