Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1What: /sys/devices/platform/ayaneo-ec/controller_power
2Date: Nov 2025
3KernelVersion: 6.19
4Contact: "Antheas Kapenekakis" <lkml@antheas.dev>
5Description:
6 Current controller power state. Allows turning on and off
7 the controller power (e.g. for power savings). Write 1 to
8 turn on, 0 to turn off. File is readable and writable.
9
10What: /sys/devices/platform/ayaneo-ec/controller_modules
11Date: Nov 2025
12KernelVersion: 6.19
13Contact: "Antheas Kapenekakis" <lkml@antheas.dev>
14Description:
15 Shows which controller modules are currently connected to
16 the device. Possible values are "left", "right" and "both".
17 File is read-only. The Windows software for this device
18 will only set controller power to 1 if both module sides
19 are connected (i.e. this file returns "both").