hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/ABI/testing/sysfs-driver-toshiba_acpi
....@@ -4,10 +4,12 @@
44 Contact: Azael Avalos <coproscefalo@gmail.com>
55 Description: This file controls the keyboard backlight operation mode, valid
66 values are:
7
+
78 * 0x1 -> FN-Z
89 * 0x2 -> AUTO (also called TIMER)
910 * 0x8 -> ON
1011 * 0x10 -> OFF
12
+
1113 Note that from kernel 3.16 onwards this file accepts all listed
1214 parameters, kernel 3.15 only accepts the first two (FN-Z and
1315 AUTO).
....@@ -41,8 +43,10 @@
4143 Contact: Azael Avalos <coproscefalo@gmail.com>
4244 Description: This files controls the status of the touchpad and pointing
4345 stick (if available), valid values are:
46
+
4447 * 0 -> OFF
4548 * 1 -> ON
49
+
4650 Users: KToshiba
4751
4852 What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/available_kbd_modes
....@@ -51,10 +55,12 @@
5155 Contact: Azael Avalos <coproscefalo@gmail.com>
5256 Description: This file shows the supported keyboard backlight modes
5357 the system supports, which can be:
58
+
5459 * 0x1 -> FN-Z
5560 * 0x2 -> AUTO (also called TIMER)
5661 * 0x8 -> ON
5762 * 0x10 -> OFF
63
+
5864 Note that not all keyboard types support the listed modes.
5965 See the entry named "available_kbd_modes"
6066 Users: KToshiba
....@@ -65,6 +71,7 @@
6571 Contact: Azael Avalos <coproscefalo@gmail.com>
6672 Description: This file shows the current keyboard backlight type,
6773 which can be:
74
+
6875 * 1 -> Type 1, supporting modes FN-Z and AUTO
6976 * 2 -> Type 2, supporting modes TIMER, ON and OFF
7077 Users: KToshiba
....@@ -75,10 +82,12 @@
7582 Contact: Azael Avalos <coproscefalo@gmail.com>
7683 Description: This file controls the USB Sleep & Charge charging mode, which
7784 can be:
85
+
7886 * 0 -> Disabled (0x00)
7987 * 1 -> Alternate (0x09)
8088 * 2 -> Auto (0x21)
8189 * 3 -> Typical (0x11)
90
+
8291 Note that from kernel 4.1 onwards this file accepts all listed
8392 values, kernel 4.0 only supports the first three.
8493 Note that this feature only works when connected to power, if
....@@ -93,8 +102,10 @@
93102 Description: This file controls the USB Sleep Functions under battery, and
94103 set the level at which point they will be disabled, accepted
95104 values can be:
105
+
96106 * 0 -> Disabled
97107 * 1-100 -> Battery level to disable sleep functions
108
+
98109 Currently it prints two values, the first one indicates if the
99110 feature is enabled or disabled, while the second one shows the
100111 current battery level set.
....@@ -107,8 +118,10 @@
107118 KernelVersion: 4.0
108119 Contact: Azael Avalos <coproscefalo@gmail.com>
109120 Description: This file controls the USB Rapid Charge state, which can be:
121
+
110122 * 0 -> Disabled
111123 * 1 -> Enabled
124
+
112125 Note that toggling this value requires a reboot for changes to
113126 take effect.
114127 Users: KToshiba
....@@ -118,8 +131,10 @@
118131 KernelVersion: 4.0
119132 Contact: Azael Avalos <coproscefalo@gmail.com>
120133 Description: This file controls the Sleep & Music state, which values can be:
134
+
121135 * 0 -> Disabled
122136 * 1 -> Enabled
137
+
123138 Note that this feature only works when connected to power, if
124139 you want to use it under battery, see the entry named
125140 "sleep_functions_on_battery"
....@@ -138,6 +153,7 @@
138153 Contact: Azael Avalos <coproscefalo@gmail.com>
139154 Description: This file controls the state of the internal fan, valid
140155 values are:
156
+
141157 * 0 -> OFF
142158 * 1 -> ON
143159
....@@ -147,8 +163,10 @@
147163 Contact: Azael Avalos <coproscefalo@gmail.com>
148164 Description: This file controls the Special Functions (hotkeys) operation
149165 mode, valid values are:
166
+
150167 * 0 -> Normal Operation
151168 * 1 -> Special Functions
169
+
152170 In the "Normal Operation" mode, the F{1-12} keys are as usual
153171 and the hotkeys are accessed via FN-F{1-12}.
154172 In the "Special Functions" mode, the F{1-12} keys trigger the
....@@ -163,8 +181,10 @@
163181 Contact: Azael Avalos <coproscefalo@gmail.com>
164182 Description: This file controls whether the laptop should turn ON whenever
165183 the LID is opened, valid values are:
184
+
166185 * 0 -> Disabled
167186 * 1 -> Enabled
187
+
168188 Note that toggling this value requires a reboot for changes to
169189 take effect.
170190 Users: KToshiba
....@@ -174,8 +194,10 @@
174194 KernelVersion: 4.0
175195 Contact: Azael Avalos <coproscefalo@gmail.com>
176196 Description: This file controls the USB 3 functionality, valid values are:
197
+
177198 * 0 -> Disabled (Acts as a regular USB 2)
178199 * 1 -> Enabled (Full USB 3 functionality)
200
+
179201 Note that toggling this value requires a reboot for changes to
180202 take effect.
181203 Users: KToshiba
....@@ -188,10 +210,14 @@
188210 Reading this file prints two values, the first is the actual cooling method
189211 and the second is the maximum cooling method supported.
190212 When the maximum cooling method is ONE, valid values are:
213
+
191214 * 0 -> Maximum Performance
192215 * 1 -> Battery Optimized
216
+
193217 When the maximum cooling method is TWO, valid values are:
218
+
194219 * 0 -> Maximum Performance
195220 * 1 -> Performance
196221 * 2 -> Battery Optimized
222
+
197223 Users: KToshiba