sysfs-driver-toshiba_acpi 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_mode
  2. Date: June 8, 2014
  3. KernelVersion: 3.15
  4. Contact: Azael Avalos <coproscefalo@gmail.com>
  5. Description: This file controls the keyboard backlight operation mode, valid
  6. values are:
  7. * 0x1 -> FN-Z
  8. * 0x2 -> AUTO (also called TIMER)
  9. * 0x8 -> ON
  10. * 0x10 -> OFF
  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
  13. AUTO).
  14. Also note that toggling this value on type 1 devices, requires
  15. a reboot for changes to take effect.
  16. Users: KToshiba
  17. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_backlight_timeout
  18. Date: June 8, 2014
  19. KernelVersion: 3.15
  20. Contact: Azael Avalos <coproscefalo@gmail.com>
  21. Description: This file controls the timeout of the keyboard backlight
  22. whenever the operation mode is set to AUTO (or TIMER),
  23. valid values range from 0-60.
  24. Note that the kernel 3.15 only had support for the first
  25. keyboard type, the kernel 3.16 added support for the second
  26. type and the range accepted for type 2 is 1-60.
  27. See the entry named "kbd_type"
  28. Users: KToshiba
  29. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/position
  30. Date: June 8, 2014
  31. KernelVersion: 3.15
  32. Contact: Azael Avalos <coproscefalo@gmail.com>
  33. Description: This file shows the absolute position of the built-in
  34. accelereometer.
  35. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/touchpad
  36. Date: June 8, 2014
  37. KernelVersion: 3.15
  38. Contact: Azael Avalos <coproscefalo@gmail.com>
  39. Description: This files controls the status of the touchpad and pointing
  40. stick (if available), valid values are:
  41. * 0 -> OFF
  42. * 1 -> ON
  43. Users: KToshiba
  44. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/available_kbd_modes
  45. Date: August 3, 2014
  46. KernelVersion: 3.16
  47. Contact: Azael Avalos <coproscefalo@gmail.com>
  48. Description: This file shows the supported keyboard backlight modes
  49. the system supports, which can be:
  50. * 0x1 -> FN-Z
  51. * 0x2 -> AUTO (also called TIMER)
  52. * 0x8 -> ON
  53. * 0x10 -> OFF
  54. Note that not all keyboard types support the listed modes.
  55. See the entry named "available_kbd_modes"
  56. Users: KToshiba
  57. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_type
  58. Date: August 3, 2014
  59. KernelVersion: 3.16
  60. Contact: Azael Avalos <coproscefalo@gmail.com>
  61. Description: This file shows the current keyboard backlight type,
  62. which can be:
  63. * 1 -> Type 1, supporting modes FN-Z and AUTO
  64. * 2 -> Type 2, supporting modes TIMER, ON and OFF
  65. Users: KToshiba
  66. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_charge
  67. Date: January 23, 2015
  68. KernelVersion: 4.0
  69. Contact: Azael Avalos <coproscefalo@gmail.com>
  70. Description: This file controls the USB Sleep & Charge charging mode, which
  71. can be:
  72. * 0 -> Disabled (0x00)
  73. * 1 -> Alternate (0x09)
  74. * 2 -> Auto (0x21)
  75. * 3 -> Typical (0x11)
  76. Note that from kernel 4.1 onwards this file accepts all listed
  77. values, kernel 4.0 only supports the first three.
  78. Note that this feature only works when connected to power, if
  79. you want to use it under battery, see the entry named
  80. "sleep_functions_on_battery"
  81. Users: KToshiba
  82. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/sleep_functions_on_battery
  83. Date: January 23, 2015
  84. KernelVersion: 4.0
  85. Contact: Azael Avalos <coproscefalo@gmail.com>
  86. Description: This file controls the USB Sleep Functions under battery, and
  87. set the level at which point they will be disabled, accepted
  88. values can be:
  89. * 0 -> Disabled
  90. * 1-100 -> Battery level to disable sleep functions
  91. Currently it prints two values, the first one indicates if the
  92. feature is enabled or disabled, while the second one shows the
  93. current battery level set.
  94. Note that when the value is set to disabled, the sleep function
  95. will only work when connected to power.
  96. Users: KToshiba
  97. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_rapid_charge
  98. Date: January 23, 2015
  99. KernelVersion: 4.0
  100. Contact: Azael Avalos <coproscefalo@gmail.com>
  101. Description: This file controls the USB Rapid Charge state, which can be:
  102. * 0 -> Disabled
  103. * 1 -> Enabled
  104. Note that toggling this value requires a reboot for changes to
  105. take effect.
  106. Users: KToshiba
  107. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_sleep_music
  108. Date: January 23, 2015
  109. KernelVersion: 4.0
  110. Contact: Azael Avalos <coproscefalo@gmail.com>
  111. Description: This file controls the Sleep & Music state, which values can be:
  112. * 0 -> Disabled
  113. * 1 -> Enabled
  114. Note that this feature only works when connected to power, if
  115. you want to use it under battery, see the entry named
  116. "sleep_functions_on_battery"
  117. Users: KToshiba
  118. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/version
  119. Date: February 12, 2015
  120. KernelVersion: 4.0
  121. Contact: Azael Avalos <coproscefalo@gmail.com>
  122. Description: This file shows the current version of the driver
  123. Users: KToshiba
  124. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/fan
  125. Date: February 12, 2015
  126. KernelVersion: 4.0
  127. Contact: Azael Avalos <coproscefalo@gmail.com>
  128. Description: This file controls the state of the internal fan, valid
  129. values are:
  130. * 0 -> OFF
  131. * 1 -> ON
  132. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/kbd_function_keys
  133. Date: February 12, 2015
  134. KernelVersion: 4.0
  135. Contact: Azael Avalos <coproscefalo@gmail.com>
  136. Description: This file controls the Special Functions (hotkeys) operation
  137. mode, valid values are:
  138. * 0 -> Normal Operation
  139. * 1 -> Special Functions
  140. In the "Normal Operation" mode, the F{1-12} keys are as usual
  141. and the hotkeys are accessed via FN-F{1-12}.
  142. In the "Special Functions" mode, the F{1-12} keys trigger the
  143. hotkey and the F{1-12} keys are accessed via FN-F{1-12}.
  144. Note that toggling this value requires a reboot for changes to
  145. take effect.
  146. Users: KToshiba
  147. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/panel_power_on
  148. Date: February 12, 2015
  149. KernelVersion: 4.0
  150. Contact: Azael Avalos <coproscefalo@gmail.com>
  151. Description: This file controls whether the laptop should turn ON whenever
  152. the LID is opened, valid values are:
  153. * 0 -> Disabled
  154. * 1 -> Enabled
  155. Note that toggling this value requires a reboot for changes to
  156. take effect.
  157. Users: KToshiba
  158. What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/usb_three
  159. Date: February 12, 2015
  160. KernelVersion: 4.0
  161. Contact: Azael Avalos <coproscefalo@gmail.com>
  162. Description: This file controls the USB 3 functionality, valid values are:
  163. * 0 -> Disabled (Acts as a regular USB 2)
  164. * 1 -> Enabled (Full USB 3 functionality)
  165. Note that toggling this value requires a reboot for changes to
  166. take effect.
  167. Users: KToshiba