summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-platform-asus-wmi
diff options
context:
space:
mode:
authorLuke D. Jones <luke@ljones.dev>2023-06-30 08:35:48 +0300
committerHans de Goede <hdegoede@redhat.com>2023-07-12 18:01:49 +0300
commitd4eca58aafe241f68e9d7e015d262abe8c8507ac (patch)
treec4531fb1af01ff6893e02499614a3f8940648c90 /Documentation/ABI/testing/sysfs-platform-asus-wmi
parentee887807d05d3d6fb68917df59e450385fe630d3 (diff)
downloadlinux-d4eca58aafe241f68e9d7e015d262abe8c8507ac.tar.xz
platform/x86: asus-wmi: add WMI method to show if egpu connected
Exposes the WMI method which tells if the eGPU is properly connected on the devices that support it. Signed-off-by: Luke D. Jones <luke@ljones.dev> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230630053552.976579-5-luke@ljones.dev Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-platform-asus-wmi')
-rw-r--r--Documentation/ABI/testing/sysfs-platform-asus-wmi11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-asus-wmi b/Documentation/ABI/testing/sysfs-platform-asus-wmi
index eb29e3023c7b..878daf7c2036 100644
--- a/Documentation/ABI/testing/sysfs-platform-asus-wmi
+++ b/Documentation/ABI/testing/sysfs-platform-asus-wmi
@@ -107,4 +107,13 @@ Description:
Get the current charging mode being used:
* 1 - Barrel connected charger,
* 2 - USB-C charging
- * 3 - Both connected, barrel used for charging \ No newline at end of file
+ * 3 - Both connected, barrel used for charging
+
+What: /sys/devices/platform/<platform>/egpu_connected
+Date: Jun 2023
+KernelVersion: 6.5
+Contact: "Luke Jones" <luke@ljones.dev>
+Description:
+ Show if the egpu (XG Mobile) is correctly connected:
+ * 0 - False,
+ * 1 - True