aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-driver-toshiba_acpi
blob: eed922ef42e533ae9bf16da6d224a50d2b46e16b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_mode
Date:		June 8, 2014
KernelVersion:	3.15
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the keyboard backlight operation mode, valid
		values are:
			* 0x1  -> FN-Z
			* 0x2  -> AUTO (also called TIMER)
			* 0x8  -> ON
			* 0x10 -> OFF
		Note that from kernel 3.16 onwards this file accepts all listed
		parameters, kernel 3.15 only accepts the first two (FN-Z and
		AUTO).
		Also note that toggling this value on type 1 devices, requires
		a reboot for changes to take effect.
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_timeout
Date:		June 8, 2014
KernelVersion:	3.15
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the timeout of the keyboard backlight
		whenever the operation mode is set to AUTO (or TIMER),
		valid values range from 0-60.
		Note that the kernel 3.15 only had support for the first
		keyboard type, the kernel 3.16 added support for the second
		type and the range accepted for type 2 is 1-60.
		See the entry named "kbd_type"
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/position
Date:		June 8, 2014
KernelVersion:	3.15
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file shows the absolute position of the built-in
		accelereometer.

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/touchpad
Date:		June 8, 2014
KernelVersion:	3.15
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This files controls the status of the touchpad and pointing
		stick (if available), valid values are:
			* 0 -> OFF
			* 1 -> ON
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/available_kbd_modes
Date:		August 3, 2014
KernelVersion:	3.16
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file shows the supported keyboard backlight modes
		the system supports, which can be:
			* 0x1  -> FN-Z
			* 0x2  -> AUTO (also called TIMER)
			* 0x8  -> ON
			* 0x10 -> OFF
		Note that not all keyboard types support the listed modes.
		See the entry named "available_kbd_modes"
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_type
Date:		August 3, 2014
KernelVersion:	3.16
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file shows the current keyboard backlight type,
		which can be:
			* 1 -> Type 1, supporting modes FN-Z and AUTO
			* 2 -> Type 2, supporting modes TIMER, ON and OFF
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_charge
Date:		January 23, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the USB Sleep & Charge charging mode, which
		can be:
			* 0 -> Disabled		(0x00)
			* 1 -> Alternate	(0x09)
			* 2 -> Auto		(0x21)
			* 3 -> Typical		(0x11)
		Note that from kernel 4.1 onwards this file accepts all listed
		values, kernel 4.0 only supports the first three.
		Note that this feature only works when connected to power, if
		you want to use it under battery, see the entry named
		"sleep_functions_on_battery"
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/sleep_functions_on_battery
Date:		January 23, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the USB Sleep Functions under battery, and
		set the level at which point they will be disabled, accepted
		values can be:
			* 0	-> Disabled
			* 1-100	-> Battery level to disable sleep functions
		Currently it prints two values, the first one indicates if the
		feature is enabled or disabled, while the second one shows the
		current battery level set.
		Note that when the value is set to disabled, the sleep function
		will only work when connected to power.
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_rapid_charge
Date:		January 23, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the USB Rapid Charge state, which can be:
			* 0 -> Disabled
			* 1 -> Enabled
		Note that toggling this value requires a reboot for changes to
		take effect.
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_music
Date:		January 23, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the Sleep & Music state, which values can be:
			* 0 -> Disabled
			* 1 -> Enabled
		Note that this feature only works when connected to power, if
		you want to use it under battery, see the entry named
		"sleep_functions_on_battery"
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/version
Date:		February 12, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file shows the current version of the driver
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/fan
Date:		February 12, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the state of the internal fan, valid
		values are:
			* 0 -> OFF
			* 1 -> ON

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_function_keys
Date:		February 12, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the Special Functions (hotkeys) operation
		mode, valid values are:
			* 0 -> Normal Operation
			* 1 -> Special Functions
		In the "Normal Operation" mode, the F{1-12} keys are as usual
		and the hotkeys are accessed via FN-F{1-12}.
		In the "Special Functions" mode, the F{1-12} keys trigger the
		hotkey and the F{1-12} keys are accessed via FN-F{1-12}.
		Note that toggling this value requires a reboot for changes to
		take effect.
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/panel_power_on
Date:		February 12, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls whether the laptop should turn ON whenever
		the LID is opened, valid values are:
			* 0 -> Disabled
			* 1 -> Enabled
		Note that toggling this value requires a reboot for changes to
		take effect.
Users:		KToshiba

What:		/sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_three
Date:		February 12, 2015
KernelVersion:	4.0
Contact:	Azael Avalos <coproscefalo@gmail.com>
Description:	This file controls the USB 3 functionality, valid values are:
			* 0 -> Disabled (Acts as a regular USB 2)
			* 1 -> Enabled (Full USB 3 functionality)
		Note that toggling this value requires a reboot for changes to
		take effect.
Users:		KToshiba