diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-04-02 21:28:07 -0400 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-04-07 23:47:31 -0400 |
commit | 9659bee43bf010d4c7037fee9c023124f144c6ca (patch) | |
tree | c6a7e5378e7332444aac5221af212b42496cad6d /Documentation | |
parent | bb26f1893a086db77edca73529d5f59a8338ff30 (diff) |
Documentation/ABI: Update sysfs-driver-toshiba_acpi entry
This patch updates the sysfs-driver-toshiba_acpi entry, adding the
missing entries for USB Sleep functions.
And also, while at the neighborhood, fix some typos and add a note
that some features require a reboot.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-toshiba_acpi | 93 |
1 files changed, 80 insertions, 13 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-toshiba_acpi b/Documentation/ABI/testing/sysfs-driver-toshiba_acpi index ca9c71a531c5..eed922ef42e5 100644 --- a/Documentation/ABI/testing/sysfs-driver-toshiba_acpi +++ b/Documentation/ABI/testing/sysfs-driver-toshiba_acpi | |||
@@ -8,9 +8,11 @@ Description: This file controls the keyboard backlight operation mode, valid | |||
8 | * 0x2 -> AUTO (also called TIMER) | 8 | * 0x2 -> AUTO (also called TIMER) |
9 | * 0x8 -> ON | 9 | * 0x8 -> ON |
10 | * 0x10 -> OFF | 10 | * 0x10 -> OFF |
11 | Note that the kernel 3.16 onwards this file accepts all listed | 11 | Note that from kernel 3.16 onwards this file accepts all listed |
12 | parameters, kernel 3.15 only accepts the first two (FN-Z and | 12 | parameters, kernel 3.15 only accepts the first two (FN-Z and |
13 | AUTO). | 13 | AUTO). |
14 | Also note that toggling this value on type 1 devices, requires | ||
15 | a reboot for changes to take effect. | ||
14 | Users: KToshiba | 16 | Users: KToshiba |
15 | 17 | ||
16 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_timeout | 18 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_timeout |
@@ -67,15 +69,72 @@ Description: This file shows the current keyboard backlight type, | |||
67 | * 2 -> Type 2, supporting modes TIMER, ON and OFF | 69 | * 2 -> Type 2, supporting modes TIMER, ON and OFF |
68 | Users: KToshiba | 70 | Users: KToshiba |
69 | 71 | ||
72 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_charge | ||
73 | Date: January 23, 2015 | ||
74 | KernelVersion: 4.0 | ||
75 | Contact: Azael Avalos <coproscefalo@gmail.com> | ||
76 | Description: This file controls the USB Sleep & Charge charging mode, which | ||
77 | can be: | ||
78 | * 0 -> Disabled (0x00) | ||
79 | * 1 -> Alternate (0x09) | ||
80 | * 2 -> Auto (0x21) | ||
81 | * 3 -> Typical (0x11) | ||
82 | Note that from kernel 4.1 onwards this file accepts all listed | ||
83 | values, kernel 4.0 only supports the first three. | ||
84 | Note that this feature only works when connected to power, if | ||
85 | you want to use it under battery, see the entry named | ||
86 | "sleep_functions_on_battery" | ||
87 | Users: KToshiba | ||
88 | |||
89 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/sleep_functions_on_battery | ||
90 | Date: January 23, 2015 | ||
91 | KernelVersion: 4.0 | ||
92 | Contact: Azael Avalos <coproscefalo@gmail.com> | ||
93 | Description: This file controls the USB Sleep Functions under battery, and | ||
94 | set the level at which point they will be disabled, accepted | ||
95 | values can be: | ||
96 | * 0 -> Disabled | ||
97 | * 1-100 -> Battery level to disable sleep functions | ||
98 | Currently it prints two values, the first one indicates if the | ||
99 | feature is enabled or disabled, while the second one shows the | ||
100 | current battery level set. | ||
101 | Note that when the value is set to disabled, the sleep function | ||
102 | will only work when connected to power. | ||
103 | Users: KToshiba | ||
104 | |||
105 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_rapid_charge | ||
106 | Date: January 23, 2015 | ||
107 | KernelVersion: 4.0 | ||
108 | Contact: Azael Avalos <coproscefalo@gmail.com> | ||
109 | Description: This file controls the USB Rapid Charge state, which can be: | ||
110 | * 0 -> Disabled | ||
111 | * 1 -> Enabled | ||
112 | Note that toggling this value requires a reboot for changes to | ||
113 | take effect. | ||
114 | Users: KToshiba | ||
115 | |||
116 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_music | ||
117 | Date: January 23, 2015 | ||
118 | KernelVersion: 4.0 | ||
119 | Contact: Azael Avalos <coproscefalo@gmail.com> | ||
120 | Description: This file controls the Sleep & Music state, which values can be: | ||
121 | * 0 -> Disabled | ||
122 | * 1 -> Enabled | ||
123 | Note that this feature only works when connected to power, if | ||
124 | you want to use it under battery, see the entry named | ||
125 | "sleep_functions_on_battery" | ||
126 | Users: KToshiba | ||
127 | |||
70 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/version | 128 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/version |
71 | Date: February, 2015 | 129 | Date: February 12, 2015 |
72 | KernelVersion: 3.20 | 130 | KernelVersion: 4.0 |
73 | Contact: Azael Avalos <coproscefalo@gmail.com> | 131 | Contact: Azael Avalos <coproscefalo@gmail.com> |
74 | Description: This file shows the current version of the driver | 132 | Description: This file shows the current version of the driver |
133 | Users: KToshiba | ||
75 | 134 | ||
76 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/fan | 135 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/fan |
77 | Date: February, 2015 | 136 | Date: February 12, 2015 |
78 | KernelVersion: 3.20 | 137 | KernelVersion: 4.0 |
79 | Contact: Azael Avalos <coproscefalo@gmail.com> | 138 | Contact: Azael Avalos <coproscefalo@gmail.com> |
80 | Description: This file controls the state of the internal fan, valid | 139 | Description: This file controls the state of the internal fan, valid |
81 | values are: | 140 | values are: |
@@ -83,8 +142,8 @@ Description: This file controls the state of the internal fan, valid | |||
83 | * 1 -> ON | 142 | * 1 -> ON |
84 | 143 | ||
85 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_function_keys | 144 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_function_keys |
86 | Date: February, 2015 | 145 | Date: February 12, 2015 |
87 | KernelVersion: 3.20 | 146 | KernelVersion: 4.0 |
88 | Contact: Azael Avalos <coproscefalo@gmail.com> | 147 | Contact: Azael Avalos <coproscefalo@gmail.com> |
89 | Description: This file controls the Special Functions (hotkeys) operation | 148 | Description: This file controls the Special Functions (hotkeys) operation |
90 | mode, valid values are: | 149 | mode, valid values are: |
@@ -94,21 +153,29 @@ Description: This file controls the Special Functions (hotkeys) operation | |||
94 | and the hotkeys are accessed via FN-F{1-12}. | 153 | and the hotkeys are accessed via FN-F{1-12}. |
95 | In the "Special Functions" mode, the F{1-12} keys trigger the | 154 | In the "Special Functions" mode, the F{1-12} keys trigger the |
96 | hotkey and the F{1-12} keys are accessed via FN-F{1-12}. | 155 | hotkey and the F{1-12} keys are accessed via FN-F{1-12}. |
156 | Note that toggling this value requires a reboot for changes to | ||
157 | take effect. | ||
158 | Users: KToshiba | ||
97 | 159 | ||
98 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/panel_power_on | 160 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/panel_power_on |
99 | Date: February, 2015 | 161 | Date: February 12, 2015 |
100 | KernelVersion: 3.20 | 162 | KernelVersion: 4.0 |
101 | Contact: Azael Avalos <coproscefalo@gmail.com> | 163 | Contact: Azael Avalos <coproscefalo@gmail.com> |
102 | Description: This file controls whether the laptop should turn ON whenever | 164 | Description: This file controls whether the laptop should turn ON whenever |
103 | the LID is opened, valid values are: | 165 | the LID is opened, valid values are: |
104 | * 0 -> Disabled | 166 | * 0 -> Disabled |
105 | * 1 -> Enabled | 167 | * 1 -> Enabled |
168 | Note that toggling this value requires a reboot for changes to | ||
169 | take effect. | ||
170 | Users: KToshiba | ||
106 | 171 | ||
107 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_three | 172 | What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_three |
108 | Date: February, 2015 | 173 | Date: February 12, 2015 |
109 | KernelVersion: 3.20 | 174 | KernelVersion: 4.0 |
110 | Contact: Azael Avalos <coproscefalo@gmail.com> | 175 | Contact: Azael Avalos <coproscefalo@gmail.com> |
111 | Description: This file controls whether the USB 3 functionality, valid | 176 | Description: This file controls the USB 3 functionality, valid values are: |
112 | values are: | ||
113 | * 0 -> Disabled (Acts as a regular USB 2) | 177 | * 0 -> Disabled (Acts as a regular USB 2) |
114 | * 1 -> Enabled (Full USB 3 functionality) | 178 | * 1 -> Enabled (Full USB 3 functionality) |
179 | Note that toggling this value requires a reboot for changes to | ||
180 | take effect. | ||
181 | Users: KToshiba | ||